[MDEV-3823] Backport WL#5917 sufficient to be able to replicate row events from mysql 5.6 master with default options Created: 2012-10-30 Updated: 2014-02-19 Resolved: 2014-01-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | 10.0.7 |
| Type: | Task | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
MySQL 5.6 has WL#5917, which introduces new binlog events for row-based These new events are unknown by earlier slave servers, so replication from MySQL 5.5 slave is similarly affected. There is an option --log-bin-use-v1-row-events which can be enabled on the However, it would be good to backport the new row event format to MariaDB The commit comment for WL#5917 reads like the new row format is mostly to be To reproduce:
bzr branch 10.0-serg
|