Details
-
New Feature
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Done
Description
With FULL_DIFFERENT mode, all columns are included in before image, but only updated columns are included in after image for UPDATE. While all columns are included in the after image for INSERT.
FULL_DIFFERENT is for replacing FULL mode. It includes all data of the before and after image as FULL mode, but it uses less storage, especially in the case that only a few columns are updated.
This Jira is to track the contribution by Alibaba (https://github.com/MariaDB/server/pull/2803)
Attachments
Issue Links
- causes
-
MDEV-33049 Assertion `marked_for_write_or_computed()' failed in bool Field_new_decimal::store_value(const my_decimal*, int*)
-
- Closed
-
- relates to
-
MDEV-32894 mysqlbinlog flashback support binlog_row_image FULL_NODUP mode
-
- Closed
-