[MCOL-4165] Needless warning DROP-ing non-existant tables. Created: 2020-07-12  Updated: 2021-01-12  Resolved: 2020-07-12

Status: Closed
Project: MariaDB ColumnStore
Component/s: DDLProc
Affects Version/s: None
Fix Version/s: 1.4.3

Type: Bug Priority: Minor
Reporter: Roman Assignee: Gagan Goel (Inactive)
Resolution: Not a Bug Votes: 0
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' |
+-------+------+-----------------------------------+


Generated at Thu Feb 08 02:48:18 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.