Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
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:
BI: c1, c2, c3_old, c4_old
AI: c3_new, c4_new
flashback will reconstruct the before and after images to
BI: c1, c2, c3_new, c4_new
AI: c3_old, c4_old
Attachments
Issue Links
- relates to
-
MDEV-32589 FULL_NODUP mode for binlog_row_image
- Closed
- split to
-
MDEV-32933 Skip statement and mix mode for binlog.flashback
- Stalled