[MDEV-31770] Non-full binary log row image for INSERT ... ON DUPLICATE KEY UPDATE Created: 2023-07-24 Updated: 2023-11-28 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Affects Version/s: | 10.2.44, 11.0.2, 10.3.39, 10.8.8, 10.4.30, 10.7, 10.5.21, 10.6.14, 10.9.7, 10.10.5, 10.11.4 |
| Fix Version/s: | 10.4, 10.5, 10.6, 10.11, 11.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Dmitry | Assignee: | Andrei Elkin |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
I assume, for server with configuration binlog-format=MIXED there is an issue with non-full binary log representation for at least INSERT and UPDATE statements when "ON DUPLICATE KEY UPDATE" is used which was described in https://jira.mariadb.org/browse/MDEV-21810 and https://jira.mariadb.org/browse/MDEV-28310. As far as I can see, examples from those tickets still produce non-full binary log result on checked 10.2 - 11.0 versions currently. |
| Comments |
| Comment by Alice Sherepa [ 2023-07-25 ] | ||||||||||||||||||||
|
Thank you for the report!
|