Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.2
-
Fix Version/s: 10.0.4
-
Component/s: None
-
Labels:None
Description
MariaDB [test]> CREATE TABLE t1 (i INT) ENGINE=ARCHIVE; |
Query OK, 0 rows affected (0.01 sec) |
|
MariaDB [test]> DROP DATABASE test; |
ERROR 1010 (HY000): Error dropping database (can't rmdir './test', errno: 39 "Directory not empty") |
I presume it has something to do with a lack of proper discovery on DROP DATABASE.
In previous versions the same scenario seems to work okay.
Test case:
--source include/have_archive.inc
|
|
CREATE TABLE t1 (i INT) ENGINE=ARCHIVE; |
DROP DATABASE test; |
revision-id: bar@mariadb.org-20130424142022-u4xhikvoqggze9b0
|
revno: 3745
|
branch-nick: 10.0
|
Attachments
Issue Links
- relates to
-
MDEV-3808 Better table discovery
-
- Closed
-