Commit 0fe90263 authored by Monty's avatar Monty

Fixed compiler warnings in tokudb_sysvars.cc

parent 9fdb8c59
......@@ -892,6 +892,7 @@ static MYSQL_THDVAR_ULONGLONG(
1);
#endif // defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR
#if defined(TOKU_INCLUDE_UPSERT)
static MYSQL_THDVAR_BOOL(
enable_fast_update,
PLUGIN_VAR_THDLOCAL,
......@@ -900,13 +901,14 @@ static MYSQL_THDVAR_BOOL(
NULL,
false);
static MYSQL_THDVAR_BOOL(
static MYSQL_THDVAR_BOOL(
enable_fast_upsert,
PLUGIN_VAR_THDLOCAL,
"disable slow upsert",
NULL,
NULL,
false);
#endif
#if TOKU_INCLUDE_XA
static MYSQL_THDVAR_BOOL(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment