Disable 2 tokudb tests
dir_per_db_rename_to_nenexisting_schema: mysqltest fails with no output percona_kill_idle_trx_tokudb: MariaDB doesn't support kill_idle_trx var for all SE.
This commit is contained in:
parent
7bf914e157
commit
9741017b1f
@ -1,4 +1,5 @@
|
||||
--source include/have_tokudb.inc
|
||||
--skip MariaDB mysqltest fails for this test providing no output.
|
||||
|
||||
SET GLOBAL tokudb_dir_per_db=true;
|
||||
--let DATADIR=`SELECT @@datadir`
|
||||
@ -59,7 +60,7 @@ DROP DATABASE new_db;
|
||||
--echo ###
|
||||
CREATE TABLE t1 (id INT AUTO_INCREMENT PRIMARY KEY NOT NULL) ENGINE=tokudb;
|
||||
CALL mtr.add_suppression("because destination db does not exist");
|
||||
--error ER_ERROR_ON_RENAME
|
||||
--error 192
|
||||
ALTER TABLE test.t1 RENAME foo.t1;
|
||||
DROP TABLE t1;
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
--source include/have_tokudb.inc
|
||||
--skip MariaDB doesn't support kill_idle_trx variable for all SE
|
||||
|
||||
SET default_storage_engine=TokuDB;
|
||||
--source include/percona_kill_idle_trx.inc
|
||||
|
Loading…
x
Reference in New Issue
Block a user