You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused variables and type mismatch that was introduced
in commit b393e2c
Also, fix a typo in the documentation of the parameter, and
update the test.
Copy file name to clipboardExpand all lines: mysql-test/suite/sys_vars/r/sysvars_innodb.result
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -642,6 +642,18 @@ NUMERIC_BLOCK_SIZE NULL
642
642
ENUM_VALUE_LIST OFF,ON
643
643
READ_ONLY NO
644
644
COMMAND_LINE_ARGUMENT REQUIRED
645
+
VARIABLE_NAME INNODB_DEBUG_SYNC
646
+
SESSION_VALUE NULL
647
+
DEFAULT_VALUE
648
+
VARIABLE_SCOPE GLOBAL
649
+
VARIABLE_TYPE VARCHAR
650
+
VARIABLE_COMMENT debug_sync for innodb purge threads. Use it to set up sync points for all purge threads at once. The commands will be applied sequentially at the beginning of purging the next undo record.
0 commit comments