[MDEV-31533] Replication Error with compressed columns Created: 2023-06-23 Updated: 2023-06-27 Resolved: 2023-06-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.11.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Alex | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian |
||
| Description |
|
I am getting this error while trying to do master-slave replication:
Table definition on master:
Table definition on slave:
|
| Comments |
| Comment by Alice Sherepa [ 2023-06-26 ] |
|
Have you set SLAVE_TYPE_CONVERSIONS = 'ALL_NON_LOSSY' ? |
| Comment by Alex [ 2023-06-26 ] |
|
This variable is empty. |
| Comment by Alex [ 2023-06-26 ] |
|
SLAVE_TYPE_CONVERSIONS = 'ALL_NON_LOSSY' fixed the problem |
| Comment by Alex [ 2023-06-27 ] |
|
I think that Error message could be improved to something like: "Column N of table 'TABLE' cannot be converted from type 'A' to type 'B'. See SLAVE_TYPE_CONVERSIONS variable." |