summaryrefslogtreecommitdiff
path: root/mysql-test/suite/innodb/t/innodb_gis.test
blob: 1adb14ea48243c56f3e8b96daacf50e9f29a9b6b (plain)
1
2
3
4
5
6
7
8
9
10
--source include/have_innodb.inc
SET storage_engine=innodb;
--source include/gis_generic.inc
--source include/gis_keys.inc

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