diff options
author | unknown <Dao-Gang.Qu@sun.com> | 2010-01-27 10:52:13 +0800 |
---|---|---|
committer | unknown <Dao-Gang.Qu@sun.com> | 2010-01-27 10:52:13 +0800 |
commit | c12c9780cdbe965bcdce0326b14a171d2f2b8635 (patch) | |
tree | 1765576684d7e52d29ff12095c83f74874a8d677 /sql/table.cc | |
parent | 7920e89a47a6cc8f65783528291ce87ba5b19074 (diff) | |
download | mariadb-git-c12c9780cdbe965bcdce0326b14a171d2f2b8635.tar.gz |
Bug #49191 rpl_get_master_version_and_clock failed on PB2: COM_REGISTER_SLAVE failed
The 'rpl_get_master_version_and_clock' test verifies if the slave I/O
thread tries to reconnect to master when it tries to get the values of
the UNIX_TIMESTAMP, SERVER_ID from master under network disconnection.
So the master server is restarted for making the transient network
disconnection, during the period the COM_REGISTER_SLAVE failures are
produced in server log file when the slave I/O thread tries to
register on master.
To fix the problem, suppress COM_REGISTER_SLAVE failures in server log
file by mtr suppression, because they are expected.
mysql-test/suite/rpl/r/rpl_get_master_version_and_clock.result:
Removed mtr.add_suppression("Get master clock failed with error: ")
and mtr.add_suppression("Get master SERVER_ID failed with error: ").
Because they are suppressed globally.
Diffstat (limited to 'sql/table.cc')
0 files changed, 0 insertions, 0 deletions