mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 15:54:37 +01:00
4 lines
97 B
Text
4 lines
97 B
Text
|
SET STORAGE_ENGINE='tokudb';
|
||
|
DROP TABLE IF EXISTS foo;
|
||
|
set session tokudb_disable_slow_alter=ON;
|