From ded1eeb3610e646a8a5331197d40521e6a1876ec Mon Sep 17 00:00:00 2001 From: Rich Prohaska Date: Sun, 22 Dec 2013 16:03:10 -0500 Subject: #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(-) (limited to 'storage/tokudb') 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*/ -- cgit v1.2.1