summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/innodb_gis/r/rtree_purge.result
blob: 35953c326c377a4b9f7a5873ffa244193dcfdb47 (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 stats_persistent=0;
InnoDB		0 transactions not purged
drop table t;