mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
8190cfca85
geometry dependent parts moved to proper .test files
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;
|