Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.27
-
None
-
10.0.28
Description
DROP DATABASE fails if there is a table with the name 'db' there.
MariaDB [(none)]> CREATE DATABASE exp_db;
|
Query OK, 1 row affected (0.04 sec)
|
|
MariaDB [(none)]> CREATE TABLE exp_db.db(id int);
|
Query OK, 0 rows affected (1.55 sec)
|
|
MariaDB [(none)]> DROP DATABASE exp_db;
|
ERROR 1010 (HY000): Error dropping database (can't rmdir './exp_db', errno: 39 "Directory not empty")
|
Attachments
Issue Links
- is part of
-
MDEV-10846 Running mysqldump backup twice returns error: Table 'mysql.proc' doesn't exist
- Closed