Commit d0799a04 authored by Monty's avatar Monty

Removed compiler warnings from tokudb

- Backport from 10.4
parent 8bee13da
......@@ -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,
......@@ -907,6 +908,7 @@ static MYSQL_THDVAR_BOOL(
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