summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb_alter_table/t/row_format_alter.test
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/mysql-test/tokudb_alter_table/t/row_format_alter.test')
-rw-r--r--storage/tokudb/mysql-test/tokudb_alter_table/t/row_format_alter.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/t/row_format_alter.test b/storage/tokudb/mysql-test/tokudb_alter_table/t/row_format_alter.test
index 360cd54710b..4ce6517cc48 100644
--- a/storage/tokudb/mysql-test/tokudb_alter_table/t/row_format_alter.test
+++ b/storage/tokudb/mysql-test/tokudb_alter_table/t/row_format_alter.test
@@ -4,6 +4,7 @@
# other ALTER TABLE statements.
#
SET DEFAULT_STORAGE_ENGINE='tokudb';
+set tokudb_hide_default_row_format=false;
--disable_warnings
DROP TABLE IF EXISTS foo;