[MDEV-5765] Replication 5.6=>10.0 causes garbage data on slave if master has binlog_row_image=minimal Created: 2014-02-28 Updated: 2018-05-15 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.0.8 |
| Fix Version/s: | 10.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 2 |
| Labels: | verified | ||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Sprint: | 10.1.6-1, 10.1.6-2, 10.1.9-1, 10.1.9-2, 10.1.9-3 | ||||||||||||||||||||||||||||
| Description |
|
By default, binlog_row_image=FULL; but it's reasonable to expect that people will set it to something else. Master:
Slave:
Silently replicating garbage is very wrong. |
| Comments |
| Comment by Daniel Black [ 2015-11-01 ] |
|
This has been implemented for 10.1 as per Is 10.0 a goal for this feature? |