summaryrefslogtreecommitdiff
path: root/mysql-test/t/commit_1innodb.test
diff options
context:
space:
mode:
authorunknown <Li-Bing.Song@sun.com>2009-10-20 14:30:15 +0800
committerunknown <Li-Bing.Song@sun.com>2009-10-20 14:30:15 +0800
commit36fd029eff9526e0f09f6cb081cb84cfd5dd3773 (patch)
treef45d87cf5e0635994d2b198001e60d8e04680b34 /mysql-test/t/commit_1innodb.test
parent6ae50d8aedbded8dcdc7504d116f25bcd02535ff (diff)
downloadmariadb-git-36fd029eff9526e0f09f6cb081cb84cfd5dd3773.tar.gz
Bug#13963 SHOW SLAVE HOSTS is unreliable
Before the patch, slaves only appear in the output of SHOW SLAVE HOSTS when report-host option is set. If an expected slave does not appear in the list, nobody knows whether the slave does not connect or has started without the "report-host" option. The output also contains a strange field "Rpl_recovery_rank" which has never been implemented and the manual of MySQL5.4 declares that the field has been removed from MySQL5.4. This patch is done with these, According to the manual of MySQL5.4, "Rpl_recovery_rank" is removed. Slaves will register themselves to master no matter if report_host option is set or not. When slaves are registering themselves, their Server_ids, report_host and other information are together sent to master. Sever_ids are never null and is unique in one replication group. Slaves always can be identified with different Server_ids no matter if report_host exists.
Diffstat (limited to 'mysql-test/t/commit_1innodb.test')
0 files changed, 0 insertions, 0 deletions