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

statement rollback causing empty write set replication

    XMLWordPrintable

Details

    Description

      If statement rollback wipes out all changes of the transaction, it can still happen that in commit processing an empty write set will be replicated.
      A simple test to verify:

      create table t (I int primary key);
      insert into t values (1);
      begin;
      insert into t values (2),(1);
      commit;
      

      Attachments

        Issue Links

          Activity

            People

              sysprg Julius Goryavsky (Inactive)
              seppo Seppo Jaakola
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0d
                  0d
                  Logged:
                  Time Spent - 3h
                  3h

                  Git Integration

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