From 876b3a7909caba8199bbb23de5b500a87c826a5a Mon Sep 17 00:00:00 2001 From: Rich Prohaska Date: Sun, 22 Dec 2013 16:03:10 -0500 Subject: [PATCH] #148 change the default of tokudb_hide_default_row_format to ON --- storage/tokudb/hatoku_hton.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/tokudb/hatoku_hton.h b/storage/tokudb/hatoku_hton.h index 056a6bd5ff7..18c371f41b3 100644 --- a/storage/tokudb/hatoku_hton.h +++ b/storage/tokudb/hatoku_hton.h @@ -346,7 +346,7 @@ static MYSQL_THDVAR_UINT(lock_timeout_debug, 0, "TokuDB lock timeout debug", NUL static MYSQL_THDVAR_STR(last_lock_timeout, PLUGIN_VAR_MEMALLOC, "last TokuDB lock timeout", NULL /*check*/, NULL /*update*/, NULL /*default*/); -static MYSQL_THDVAR_BOOL(hide_default_row_format, 0, "hide the default row format", NULL /*check*/, NULL /*update*/, false); +static MYSQL_THDVAR_BOOL(hide_default_row_format, 0, "hide the default row format", NULL /*check*/, NULL /*update*/, true); #define DEFAULT_TOKUDB_LOCK_TIMEOUT 4000 /*milliseconds*/