summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/innodb_gis/r/rtree_purge.result
blob: 4c39cc988c6eda07a8a9e27c05bdc2e94d1b3cde (plain)
1
2
3
4
5
create table t (
b point not null,d point not null, spatial key (d),spatial key (b)
) engine=innodb;
InnoDB		0 transactions not purged
drop table t;