Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: 10.0.17-galera, 10.0.17, 10.1.4
-
Component/s: Galera SST
Description
mysqldump's galera-sst-mode was introduced to help transfer the donor node's gtid
binlog state to the joiner node. wsrep_sst_mysqldump script invokes mysqldump
with this additional option to make mysql dump some additional commands to
turn off binary logging and setting gtid_binlog_state variable.
However, these additional commands can be implemented in the wsrep_sst_mysqldump
script itself and thus the option can be removed from mysqldump.