1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

don't even try to run xtradb-only tests with innodb, use have_xtradb.combinations.

This commit is contained in:
Sergei Golubchik
2012-02-23 09:18:48 +01:00
parent a19a4618e3
commit 3cda92aece
14 changed files with 34 additions and 138 deletions

View File

@@ -4,7 +4,7 @@
--source include/have_debug.inc
let $default=`select @@global.storage_engine`;
set @default_storage_engine= @@global.storage_engine;
set global storage_engine=myisam;
set session storage_engine=myisam;
@@ -40,3 +40,5 @@ INSERT INTO t3 VALUES (31);
UNLOCK TABLES;
DROP TRIGGER t1_ai;
DROP TABLE t4,crashed,t2,t3;
set global storage_engine=@default_storage_engine;