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

BACKUP STAGE BLOCK_COMMIT should block commit in the Aria engine

    XMLWordPrintable

Details

    Description

      BACKUP STAGE BLOCK_COMMIT doesn't block changes to Aria tables.
      This can cause problems when running mariabackup.

      CREATE TABLE t_permanent_aria (col1 INT) ENGINE = Aria transactional=1;
      BACKUP STAGE START;
      BACKUP STAGE BLOCK_COMMIT;
      INSERT INTO t_permanent_aria values(1);

      The above should block, but doesn't.

      Attachments

        Issue Links

          Activity

            People

              monty Michael Widenius
              monty Michael Widenius
              Votes:
              0 Vote for this issue
              Watchers:
              2 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.