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;