[MDEV-29248] Description of master_verify_checksum mentions "slave" Created: 2022-08-04  Updated: 2022-09-06

Status: Open
Project: MariaDB Server
Component/s: Variables
Fix Version/s: None

Type: Task Priority: Major
Reporter: Geoff Montee (Inactive) Assignee: Ralf Gebhardt
Resolution: Unresolved Votes: 0
Labels: None

Issue Links:
PartOf
is part of MDEV-18777 Rename or alias slave-related stateme... Stalled

 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


Generated at Thu Feb 08 10:07:02 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.