Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
1.5.2
-
None
Description
Build tested: 1.5.2-1 (community edition b33685)
MariaDB [(none)]> create database d1;
Query OK, 1 row affected (0.001 sec)
MariaDB [(none)]> use d1
Database changed
MariaDB [d1]> show tables;
Empty set (0.001 sec)
MariaDB [d1]> drop table d1;
Query OK, 0 rows affected, 1 warning (0.034 sec)
MariaDB [d1]> show warnings;
-------------------------------------------------------------------------------------------------------------
Level | Code | Message |
-------------------------------------------------------------------------------------------------------------
Warning | 9999 | Error occured during file deletion. Restart DDLProc or use command tool ddlcleanup to clean up. |
-------------------------------------------------------------------------------------------------------------
1 row in set (0.000 sec)
MariaDB [d1]> drop table hello;
Query OK, 0 rows affected, 1 warning (0.031 sec)
MariaDB [d1]> show warnings;
-------------------------------------------------------------------------------------------------------------
Level | Code | Message |
-------------------------------------------------------------------------------------------------------------
Warning | 9999 | Error occured during file deletion. Restart DDLProc or use command tool ddlcleanup to clean up. |
-------------------------------------------------------------------------------------------------------------
1 row in set (0.000 sec)
Not sure why it gets to ColumnStore for deleting data files since there is no reference to the ColumnStore engine.
This issue did not occur in release 1.4.4.
Attachments
Issue Links
- relates to
-
MCOL-4164 Multi-table DROP
- Closed