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

mysqlbinlog flashback support binlog_row_image FULL_NODUP mode

    XMLWordPrintable

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

            People

              TheLinuxJedi Andrew Hutchings
              TheLinuxJedi Andrew Hutchings
              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.