[MDEV-8685] MariaDB fails to decode Anonymous_GTID entries Created: 2015-08-27 Updated: 2015-10-14 Resolved: 2015-10-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.1.5 |
| Fix Version/s: | 10.0.22, 10.1.8 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Daniël van Eeden | Assignee: | Michael Widenius |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | binlog, gtid, replication | ||
| Issue Links: |
|
||||||||
| Description |
|
When trying to replicate from 5.7.8 to 10.1.5:
Also mysqlbinlog from 10.1.5 fails:
From 5.7.8 mysqlbinlog output
It would be nice if replication from 5.7.8 (w/o GTID) to 10.1 would work. |
| Comments |
| Comment by Daniël van Eeden [ 2015-08-27 ] | |||||||||||||
|
I tried slave_skip_errors=1594, but that failed. (and needs a restart The only working work-around is
Maybe something like this could work? | |||||||||||||
| Comment by Elena Stepanova [ 2015-08-30 ] | |||||||||||||
|
We still have | |||||||||||||
| Comment by Michael Widenius [ 2015-10-09 ] | |||||||||||||
|
This should now be fixed as | |||||||||||||
| Comment by Daniël van Eeden [ 2015-10-09 ] | |||||||||||||
|
I'd like to verify if this is really fixed. Which commit/branch/etc should I test against? | |||||||||||||
| Comment by Daniël van Eeden [ 2015-10-14 ] | |||||||||||||
|
This is the commit for the 10.0 branch. It looks like this didn't yet made it into the 10.1 branch
https://github.com/MariaDB/server/commit/a69a6ddac8175a611d97711d167e26ad5d1f9dc8 | |||||||||||||
| Comment by Elena Stepanova [ 2015-10-14 ] | |||||||||||||
|
daniëlvaneeden, it should be in 10.1 as well now, the merge happened a couple of days ago. | |||||||||||||
| Comment by Daniël van Eeden [ 2015-10-14 ] | |||||||||||||
|
Tested with repliation from 5.7.9 to MariaDB 10.1.8 (git 3723c70) and it works |