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

            Transition Time In Source Status Execution Times
            Andrew Hutchings (Inactive) made transition -
            Open In Progress
            8s 1
            Andrew Hutchings (Inactive) made transition -
            In Progress In Review
            7s 1
            Brandon Nesterenko made transition -
            In Review Stalled
            4d 4h 1
            Brandon Nesterenko made transition -
            Stalled In Testing
            12d 22h 5m 1
            Ramesh Sivaraman made transition -
            In Testing Stalled
            32d 21h 45m 1
            Andrew Hutchings (Inactive) made transition -
            Stalled Closed
            1d 20h 11m 1

            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.