summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb_alter_table/r/hot_row_format_alter.result
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/mysql-test/tokudb_alter_table/r/hot_row_format_alter.result')
-rw-r--r--storage/tokudb/mysql-test/tokudb_alter_table/r/hot_row_format_alter.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/tokudb/mysql-test/tokudb_alter_table/r/hot_row_format_alter.result b/storage/tokudb/mysql-test/tokudb_alter_table/r/hot_row_format_alter.result
index 0a3d2edcc95..969908071a3 100644
--- a/storage/tokudb/mysql-test/tokudb_alter_table/r/hot_row_format_alter.result
+++ b/storage/tokudb/mysql-test/tokudb_alter_table/r/hot_row_format_alter.result
@@ -1,4 +1,5 @@
SET DEFAULT_STORAGE_ENGINE='tokudb';
+set tokudb_hide_default_row_format=false;
DROP TABLE IF EXISTS foo;
set session tokudb_disable_slow_alter=ON;
CREATE TABLE foo(a int auto_increment, b int, primary key(a))engine=TokuDB;