We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdb8c5 commit 0fe9026Copy full SHA for 0fe9026
storage/tokudb/tokudb_sysvars.cc
@@ -892,6 +892,7 @@ static MYSQL_THDVAR_ULONGLONG(
892
1);
893
#endif // defined(TOKU_INCLUDE_RFR) && TOKU_INCLUDE_RFR
894
895
+#if defined(TOKU_INCLUDE_UPSERT)
896
static MYSQL_THDVAR_BOOL(
897
enable_fast_update,
898
PLUGIN_VAR_THDLOCAL,
@@ -900,13 +901,14 @@ static MYSQL_THDVAR_BOOL(
900
901
NULL,
902
false);
903
-static MYSQL_THDVAR_BOOL(
904
+ static MYSQL_THDVAR_BOOL(
905
enable_fast_upsert,
906
907
"disable slow upsert",
908
909
910
911
+#endif
912
913
#if TOKU_INCLUDE_XA
914
0 commit comments