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

Refactor partition auto-creation via direct fast_alter_partition_table()

    XMLWordPrintable

Details

    Description

      Asynchronous solution of MDEV-17554 has drawback of race condition:

      1. statement thread unlocks table, finishes execution;
      2. table is dropped, new table with same name is created;
      3. alter thread tries to add partition to new table.

      The worst consequence: new table has additional partition unexpectedly.

      Instead of asynchronous thread make direct `fast_alter_partition_table()` call at the finish of DML statement.

      Attachments

        Issue Links

          Activity

            People

              midenok Aleksey Midenkov
              midenok Aleksey Midenkov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 5d
                  5d
                  Remaining:
                  Remaining Estimate - 5d
                  5d
                  Logged:
                  Time Spent - Not Specified
                  Not Specified

                  Git Integration

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