Browse Source

#148 change the default of tokudb_hide_default_row_format to ON

pull/73/head
Rich Prohaska 12 years ago
parent
commit
876b3a7909
  1. 2
      storage/tokudb/hatoku_hton.h

2
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*/

Loading…
Cancel
Save