[MDEV-99] rpl.rpl_cant_read_event_incident fails in mix mode in buildbot Created: 2012-01-19 Updated: 2012-02-10 Resolved: 2012-02-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.20 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Rasmus Johansson (Inactive) | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
| Comments |
| Comment by Kristian Nielsen [ 2012-02-10 ] |
|
The problem what that the slave was still running while the master was restarted and binlog replaced. If timing was unlucky the slave could manage to auto-reconnect and do an extra apply of the CREATE TABLE in the new binlog, which lead to the failure. |