2012-03-16 15:51:59 +00:00
|
|
|
#--source include/have_tokudb.inc
|
2012-10-03 17:32:22 +00:00
|
|
|
SET DEFAULT_STORAGE_ENGINE='tokudb';
|
2012-03-16 15:51:59 +00:00
|
|
|
|
|
|
|
--disable_warnings
|
|
|
|
DROP TABLE IF EXISTS foo;
|
|
|
|
--enable_warnings
|
|
|
|
|
|
|
|
set session tokudb_disable_slow_alter=ON;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#drop table foo;
|