mirror of
https://github.com/MariaDB/server.git
synced 2025-02-24 06:13:09 +01:00
9 lines
239 B
Text
9 lines
239 B
Text
--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;
|