1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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 72f68480fc
commit d38ef4e6c2
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;