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

mariadb-dump support for backup lock

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.4.18, 10.5.9, 10.6
    • None
    • Backup
    • None

    Description

      Some transactional backup can failed with Error 1412:Table definition has changed, thanks to the introduction of BACKUP STAGE MDEV-17309 this can be fix by introducing a new option
      --lock-for-backup

      that would for --single-transaction inject

      BACKUP STAGE START;
      BACKUP STAGE BLOCK_DDL;
      START TRANSACTION WITH CONSISTENT SNAPSHOT;

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              stephane@skysql.com VAROQUI Stephane
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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