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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user