1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Copy built-in InnoDB tests to mysql-test/suite/innodb_plugin.

This commit is contained in:
Marko Mäkelä
2010-06-03 12:48:59 +03:00
parent 6b15804ce7
commit 72f68480fc
28 changed files with 6278 additions and 0 deletions

View File

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