mirror of
https://github.com/MariaDB/server.git
synced 2025-05-05 16:59:35 +03:00
11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
--source include/have_innodb_plugin.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;
|