[MDEV-15833] Row format replication between LONGBLOB and MEDIUMBLOB does not work for long values Created: 2018-04-10 Updated: 2018-11-19 Resolved: 2018-04-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types, Replication |
| Affects Version/s: | 10.2, 10.3 |
| Fix Version/s: | 10.2.15 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This bug is similar to I run this mtr test which replicates a long value (>64K) from MEDIUMBLOB to LONGBLOB.
It prints the following output:
Notice, the value length on the master is 66000 and 65535 on the slave. Note, the problem is also repeatable if I change the script to replicate the other way around (from LONGBLOB to MEDIUMBLOB). |