mariadb/mysql-test/suite/tokudb.alter_table/t/hcad_template.test

12 lines
No EOL
196 B
Text

--source include/have_tokudb.inc
SET DEFAULT_STORAGE_ENGINE='tokudb';
--disable_warnings
DROP TABLE IF EXISTS foo;
--enable_warnings
set session tokudb_disable_slow_alter=ON;
#drop table foo;