Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.2
-
None
-
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
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to TODO-451 [ TODO-451 ] |
Fix Version/s | 10.0.4 [ 13101 ] | |
Fix Version/s | 10.0.3 [ 12900 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | defaullt [ 27234 ] | MariaDB v2 [ 46607 ] |
Workflow | MariaDB v2 [ 46607 ] | MariaDB v3 [ 67322 ] |
Workflow | MariaDB v3 [ 67322 ] | MariaDB v4 [ 146634 ] |
pushed in 10.0-base