innodb_gis.test 269 Bytes
Newer Older
1
--source include/have_innodb.inc
2 3
SET storage_engine=innodb;
--source include/gis_generic.inc
4
--source include/gis_keys.inc
5 6 7 8 9 10

#
# Bug #15680 (SPATIAL key in innodb)
#
--error ER_TABLE_CANT_HANDLE_SPKEYS
create table t1 (g geometry not null, spatial gk(g)) engine=innodb;