[MDEV-32894] mysqlbinlog flashback support binlog_row_image FULL_NODUP mode Created: 2023-11-27 Updated: 2024-01-18 Resolved: 2024-01-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication |
| Fix Version/s: | 11.4.1 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Andrew Hutchings | Assignee: | Andrew Hutchings |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Preview_11.4 | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Jira ticket to cover the contribution at https://github.com/MariaDB/server/pull/2872 With FULL_NODUP mode, before image includes all columns and after image includes only the changed columns. flashback will swap the value of changed columns from after image to before image. For example: |
| Comments |
| Comment by Brandon Nesterenko [ 2023-12-01 ] |
|
Reviewed PR-2872 with notes for the author. |
| Comment by Andrew Hutchings [ 2023-12-13 ] |
|
This has since been approved, bnestere do you think we can move it to testing? |
| Comment by Brandon Nesterenko [ 2023-12-14 ] |
|
TheLinuxJedi yes, good catch! I've re-assigned it to Roel for testing. Note it was pushed into 11.4 branch as a119c5f998a |
| Comment by Roel Van de Paar [ 2023-12-20 ] |
|
ramesh is testing this one in combination with |
| Comment by Ramesh Sivaraman [ 2024-01-16 ] |
|
ok to push |