summaryrefslogtreecommitdiff
path: root/mysql-test/t/innodb_gis.test
blob: 9675b6b69dca38207db87cc4c4f7d96a8b069522 (plain)
1
2
3
4
5
6
7
8
9
--source include/have_innodb.inc
SET storage_engine=innodb;
--source include/gis_generic.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;