mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
9 lines
236 B
Text
9 lines
236 B
Text
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;
|