mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / innodb_plugin / t / innodb_gis.test
blobad1d081f29c16b9c3e6a06ef9bb6302a39743802
1 --source include/have_innodb_plugin.inc
2 SET storage_engine=innodb;
3 --source include/gis_generic.inc
4 --source include/gis_keys.inc
7 # Bug #15680 (SPATIAL key in innodb)
9 --error ER_TABLE_CANT_HANDLE_SPKEYS
10 create table t1 (g geometry not null, spatial gk(g)) engine=innodb;