[MCOL-4109] A ColumnStore warning returned when dropping an non-existing table Created: 2020-06-25 Updated: 2020-07-13 Resolved: 2020-07-09 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DDLProc, MDB Plugin |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | 1.5.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Daniel Lee (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Build tested: 1.5.2-1 (community edition b33685) MariaDB [(none)]> create database d1; MariaDB [(none)]> use d1 MariaDB [d1]> drop table d1; MariaDB [d1]> show warnings;
--------
-------- MariaDB [d1]> drop table hello; MariaDB [d1]> show warnings;
--------
-------- 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. |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2020-07-09 ] |
|
Build verified: 1.5.3-1 (drone build #287) The warning messages no longer displayed. MariaDB [mytest]> create database d1; MariaDB [mytest]> use d1 MariaDB [d1]> drop table t1; |
| Comment by Daniel Lee (Inactive) [ 2020-07-10 ] |
|
also verified in 1.5.3-1 (drone #280) |