Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
The description of master_verify_checksum mentions "slave", but it should probably mention "replica":
static Sys_var_mybool Sys_master_verify_checksum( |
"master_verify_checksum", |
"Force checksum verification of logged events in the binary log before " |
"sending them to slaves or printing them in the output of " |
"SHOW BINLOG EVENTS", |
GLOBAL_VAR(opt_master_verify_checksum), CMD_LINE(OPT_ARG),
|
DEFAULT(FALSE));
|
https://github.com/MariaDB/server/blob/mariadb-10.4.25/sql/sys_vars.cc#L3184
Attachments
Issue Links
- is part of
-
MDEV-18777 Rename or alias slave-related statements, options, status variables
- Stalled