mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 06:22:28 +01:00
3553f6eac2
into magare.gmz:/home/kgeorge/mysql/work/B30825-5.1-opt
10 lines
269 B
Text
10 lines
269 B
Text
--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;
|