[MDEV-5115] RBR from MySQL 5.6 to MariaDB 10.0 does not work Created: 2013-10-09 Updated: 2014-02-19 Resolved: 2013-12-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.4 |
| Fix Version/s: | 10.0.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | replication | ||
| Issue Links: |
|
||||||||
| Description |
|
Row-based replication from MySQL 5.6 (tried 5.6.10 and the current tree) to MariaDB 10.0 breaks immediately with
It happens even if GTID is not enabled on MySQL master.
|
| Comments |
| Comment by Sergei Golubchik [ 2013-10-31 ] |
|
This fails, because we didn't merge WL#5917 from 5.6. That task has added new binlog event types, that MariaDB is not aware of. We'll need to merge that feature. Meanwhile, one can set log_bin_use_v1_row_events=1 as a workaround (on the master side, in MySQL-5.6, on the command line, in the my.cnf, or using the SET GLOBAL statement). |