refs #6080, make fix

git-svn-id: file:///svn/mysql/tests/mysql-test@53639 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Zardosht Kasheff 2013-02-26 02:21:49 +00:00
parent 529fec1d65
commit 6c7ec224b2
2 changed files with 0 additions and 3 deletions

View file

@ -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;

View file

@ -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