Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
11.7.2
-
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
- duplicates
-
MDEV-35542 Server crash on delete_table
-
- Stalled
-
This seems to be the same problem as MDEV-35542. Could you please check if running under Apple Virtualization helps or not