Bug #38989 | Slave can not replay relay logs again | ||
---|---|---|---|
Submitted: | 24 Aug 2008 8:53 | Modified: | 8 Dec 2009 3:03 |
Reporter: | Serge Kozlov | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.0,5.1,6.0 | OS: | Any |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | Logs, relay, replay, replication |
[24 Aug 2008 8:53]
Serge Kozlov
[26 Aug 2008 1:42]
Timothy Smith
Workaround: let slave catch up from master's binary logs instead of from slave's relay logs. Extra network I/O, but acceptable for most users.
[10 Mar 2009 2:20]
Donna Harmon
Additional Workaround: adding ./ to beginning of relay log file name in CHANGE MASTER TO statement should allow read of relay log: CHANGE MASTER TO RELAY_LOG_FILE='./relay_log_file', RELAY_LOG_POS=4
[14 Apr 2009 1:40]
rancpine cui
hi, Does it relate to Bug #12190? I think this is a duplicated one ...
[8 Dec 2009 3:03]
Donna Harmon
This does appear to be a duplicate of http://bugs.mysql.com/bug.php?id=12190