Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Not a Bug
-
Affects Version/s: None
-
Fix Version/s: 1.4.3
-
Component/s: DDLProc
-
Labels:None
Description
MariaDB [test]> drop table if exists cs1,cs2;
|
Query OK, 0 rows affected, 1 warning (0.067 sec)
|
 |
MariaDB [test]> show warnings;
|
+-------+------+-----------------------------------+
|
| Level | Code | Message |
|
+-------+------+-----------------------------------+
|
| Note | 1051 | Unknown table 'test.cs1,test.cs2' |
|
+-------+------+-----------------------------------+
|