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

Hang on optimized builds on CREATE USER attempt, Aria related

    XMLWordPrintable

Details

    Description

      USE test;
      SET GLOBAL aria_group_commit=1;
      SET GLOBAL aria_group_commit_interval=CAST(-1 AS UNSIGNED INT);
      CREATE TABLE t (c INT KEY) ENGINE=Aria;
      CREATE USER 'a' IDENTIFIED BY 'a';
      

      Will cause 10.5.2, 10.5.3, and 10.5.4 8569dac1ec9f6853a0b2f3ea9bcbda67644ead24 (dbg+opt) as well as 10.4.14 ea7830eef48333e28f98a9b91f05a95735b465a3 (dbg+opt) to hang. 10.1, 10.2 and 10.3 will also hang, but only on shutdown attempt after the testcase.

      Attachments

        Activity

          People

            monty Michael Widenius
            Roel Roel Van de Paar
            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.