diff options
author | unknown <Dao-Gang.Qu@sun.com> | 2009-12-11 10:12:18 +0800 |
---|---|---|
committer | unknown <Dao-Gang.Qu@sun.com> | 2009-12-11 10:12:18 +0800 |
commit | ba71a9e5d68f134a6964fe5af1833b1aa6c79590 (patch) | |
tree | f61802b9ad6936985b0c46ccfd2bb7c0928167fd /mysql-test/suite | |
parent | 7b174dcafcab24582f7d3f255482bcc460e6b451 (diff) | |
parent | 18d09c0183c022ee19eebb71b8278ef2c5219514 (diff) | |
download | mariadb-git-ba71a9e5d68f134a6964fe5af1833b1aa6c79590.tar.gz |
Bug #48742 Replication: incorrect help text for --init-slave
The help text for --init-slave=name:
"Command(s) that are executed when a slave connects to this master".
This text indicate that the --init-slave option is set on a master
server, and the master server passes the option's argument to slave
which connects to it. This is wrong. Actually the --init-slave option
just can be set on a slave server, and then the slave server executes
the argument each time the SQL thread starts.
Correct the help text for --init-slave option as following:
"Command(s) that are executed by a slave server each time the SQL thread starts."
sql/mysqld.cc:
Correct the help text for --init-slave option.
Diffstat (limited to 'mysql-test/suite')
0 files changed, 0 insertions, 0 deletions