[MDEV-25347] DML events for auto-partitioned tables are written into binary log twice Created: 2020-04-01 Updated: 2021-04-06 Resolved: 2020-04-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Partitioning, Replication, Versioned Tables |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Aleksey Midenkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
In case of the row binlog format, first time the event is written in a row format and the second one as a statement (as if it's interpreted as DDL). |
| Comments |
| Comment by Aleksey Midenkov [ 2020-04-04 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I cannot reproduce, any combination stmt, row or mix has good result:
Maybe some other settings required? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2020-04-04 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
No extra options, and it is still reproducible on the freshly cloned and built tree (see below).
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Aleksey Midenkov [ 2020-04-06 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Fixed in bb-10.5-midenok-MENT-654 |