Skip to content

Commit

Permalink
Removed compiler warnings from tokudb
Browse files Browse the repository at this point in the history
- Backport from 10.4
  • Loading branch information
montywi committed Feb 6, 2019
1 parent 8bee13d commit d0799a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storage/tokudb/tokudb_sysvars.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -907,6 +908,7 @@ static MYSQL_THDVAR_BOOL(
NULL,
NULL,
false);
#endif

#if TOKU_INCLUDE_XA
static MYSQL_THDVAR_BOOL(
Expand Down

0 comments on commit d0799a0

Please sign in to comment.