Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.27
-
Fix Version/s: 10.0.28
-
Component/s: OTHER
-
Labels:None
-
Sprint: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
-