[MDEV-31643] Replication error in UPDATE statement Created: 2023-07-07 Updated: 2023-07-07 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.6.14 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Stepan | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Hi, With a statement like this:
Where `field_id` is a binary(16) value (UUID). We get a replication error on a slave:
When using MIXED or STATEMENT binlog format. ROW format works fine. |