1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Move some InnoDB tests to mysql-test/suite/innodb.

This commit is contained in:
Marko Mäkelä
2010-06-03 12:50:32 +03:00
parent afb7f96b06
commit 60845867e3
28 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--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;