Commit 6e0f089a authored by Zardosht Kasheff's avatar Zardosht Kasheff

refs #6080, make fix

git-svn-id: file:///svn/mysql/tests/mysql-test@53639 c7de825b-a66e-492c-adef-691d508d4ae1
parent 4c158e1b
set global tokudb_debug=0;
drop table if exists t1, t2; drop table if exists t1, t2;
set local default_storage_engine=innodb; set local default_storage_engine=innodb;
set local storage_engine=innodb; set local storage_engine=innodb;
......
--source include/have_innodb.inc --source include/have_innodb.inc
--source include/have_tokudb.inc --source include/have_tokudb.inc
set global tokudb_debug=0;
--disable_warnings --disable_warnings
drop table if exists t1, t2; drop table if exists t1, t2;
--enable_warnings --enable_warnings
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment