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
              seppo Seppo Jaakola
              Votes:
              2 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.