Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-32894

mysqlbinlog flashback support binlog_row_image FULL_NODUP mode

Details

    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

          Activity

            Reviewed PR-2872 with notes for the author.

            bnestere Brandon Nesterenko added a comment - Reviewed PR-2872 with notes for the author.

            This has since been approved, bnestere do you think we can move it to testing?

            TheLinuxJedi Andrew Hutchings (Inactive) added a comment - This has since been approved, bnestere do you think we can move it to testing?

            TheLinuxJedi yes, good catch! I've re-assigned it to Roel for testing.

            Note it was pushed into 11.4 branch as a119c5f998a

            bnestere Brandon Nesterenko added a comment - TheLinuxJedi yes, good catch! I've re-assigned it to Roel for testing. Note it was pushed into 11.4 branch as a119c5f998a

            ramesh is testing this one in combination with MDEV-32589

            Roel Roel Van de Paar added a comment - ramesh is testing this one in combination with MDEV-32589

            ok to push

            ramesh Ramesh Sivaraman added a comment - ok to push

            People

              TheLinuxJedi Andrew Hutchings (Inactive)
              TheLinuxJedi Andrew Hutchings (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.