mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
#148 change the default of tokudb_hide_default_row_format to ON
This commit is contained in:
parent
c1e2bf7476
commit
876b3a7909
1 changed files with 1 additions and 1 deletions
|
@ -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*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue