diff options
author | Rich Prohaska <prohaska@tokutek.com> | 2013-12-22 16:03:10 -0500 |
---|---|---|
committer | Rich Prohaska <prohaska@tokutek.com> | 2013-12-22 16:03:10 -0500 |
commit | ded1eeb3610e646a8a5331197d40521e6a1876ec (patch) | |
tree | bb5b661ec94c7497edb4dab9dba37aff122a1f49 /storage/tokudb/hatoku_hton.h | |
parent | a15cdaf349699c4eb1be6053f21cd88d77076a5f (diff) | |
download | mariadb-git-ded1eeb3610e646a8a5331197d40521e6a1876ec.tar.gz |
#148 change the default of tokudb_hide_default_row_format to ON
Diffstat (limited to 'storage/tokudb/hatoku_hton.h')
-rw-r--r-- | storage/tokudb/hatoku_hton.h | 2 |
1 files changed, 1 insertions, 1 deletions
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*/ |