[MDEV-6364] Migrate a slave from MySQL 5.6 to MariaDB 10 break replication Created: 2014-06-19 Updated: 2014-06-24 Resolved: 2014-06-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.12 |
| Fix Version/s: | 10.0.13 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Cédric PEINTRE | Assignee: | Kristian Nielsen |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | replication | ||
| Environment: |
Ubuntu 12.04.4 LTS |
||
| Description |
|
When migrate a slave from Percona server 5.6.16 to MariaDB 10.0.12 this error occurs when replication start :
Here is an example of the relay-log.info file :
Workaround :
|
| Comments |
| Comment by Elena Stepanova [ 2014-06-19 ] |
|
Apparently the format was changed as a part of WL:5125 which we didn't merge. The first line is the number of lines in the file. |
| Comment by Kristian Nielsen [ 2014-06-23 ] |
|
Looks like this change was actually done as part of WL#344: |
| Comment by Kristian Nielsen [ 2014-06-23 ] |
|
The WL#344 is mainly about adding CHANGE MASTER TO MASTER_DELAY=xxx. But I can merge the minimal changes from that feature into 10.0 to support the Note that while this will make migration back and forth between MySQL 5.6 and I would like to get a second opinion on whether this is desirable/acceptable. |
| Comment by Kristian Nielsen [ 2014-06-24 ] |
|
Per suggestion from Elena, I will merge from WL#344 only the part that This should fix the issue, MariaDB 10.0.13+ should be able to read a |
| Comment by Kristian Nielsen [ 2014-06-24 ] |
|
Pushed to 10.0 |