mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
12 lines
No EOL
196 B
Text
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; |