mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
refs #6080, make fix
git-svn-id: file:///svn/mysql/tests/mysql-test@53639 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
529fec1d65
commit
6c7ec224b2
2 changed files with 0 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
set global tokudb_debug=0;
|
||||
drop table if exists t1, t2;
|
||||
set local default_storage_engine=innodb;
|
||||
set local storage_engine=innodb;
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
--source include/have_innodb.inc
|
||||
--source include/have_tokudb.inc
|
||||
|
||||
set global tokudb_debug=0;
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists t1, t2;
|
||||
--enable_warnings
|
||||
|
|
Loading…
Reference in a new issue