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

Server crash on DROP TABLE, DROP INDEX, DROP PRIMARY KEY

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • 11.7.2
    • N/A
    • Apple M1 Pro, macOS 15.3.2, Docker Desktop 4.39.0 (184744), image - mariadb:latest

    Description

      I've just migrated my project from Linux to macOS and stucked with this issue. Problem arised when i've tried to perform DB migration script with schema modifications.
      I've tested fresh installation launched in container and it crashes on simple DROP TABLE query.

      CREATE TABLE users (
      id INT NOT NULL AUTO_INCREMENT,
      name VARCHAR(255) NOT NULL,
      PRIMARY KEY (id)
      );

      DROP TABLE users;

      Attachments

        Issue Links

          Activity

            alice Alice Sherepa added a comment -

            This seems to be the same problem as MDEV-35542. Could you please check if running under Apple Virtualization helps or not

            alice Alice Sherepa added a comment - This seems to be the same problem as MDEV-35542 . Could you please check if running under Apple Virtualization helps or not
            vetaltor Vitalii Tortsev added a comment -

            Thanks.
            Indeed, this is related to Docker virtual manager type. With Docker VMM and VirtioFS (my current setup) only named volume works fine. With Apple Virtualization, both bind mount (path based volume) and named volumes works ok.

            vetaltor Vitalii Tortsev added a comment - Thanks. Indeed, this is related to Docker virtual manager type. With Docker VMM and VirtioFS (my current setup) only named volume works fine. With Apple Virtualization, both bind mount (path based volume) and named volumes works ok.

            People

              Unassigned Unassigned
              vetaltor Vitalii Tortsev
              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.