[MCOL-4925] Insert Cache - warning messages when dropping a non-insert-cache table Created: 2021-11-16  Updated: 2021-12-09  Resolved: 2021-12-09

Status: Closed
Project: MariaDB ColumnStore
Component/s: DMLProc
Affects Version/s: 6.2.1
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Daniel Lee (Inactive) Assignee: David Hall (Inactive)
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Problem/Incident
causes MCOL-4769 Complete ColumnStore Insert Cache Part 1 Closed

 Description   

Build tests: 6.2.1-1 (#3379)

Steps to reproduce
1. With insert cache off
2. Create a table
3. Turn on insert cache
4. Drop table

Table was dropped, but return a warning messages

MariaDB [mytest]> drop table orders;
Query OK, 0 rows affected, 1 warning (0.763 sec)
 
MariaDB [mytest]> show warnings;
+---------+------+------------------------------------------------------------------+
| Level   | Code | Message                                                          |
+---------+------+------------------------------------------------------------------+
| Warning | 1017 | Can't find file: 'orders' (errno: 2 "No such file or directory") |
+---------+------+------------------------------------------------------------------+
1 row in set (0.001 sec)

The following scenario worked as expected

1. With insert cache on
2. Create a table
3. Turn off insert cache
4. Drop table



 Comments   
Comment by Daniel Lee (Inactive) [ 2021-12-09 ]

Build verified: develop-6 (#3480)

Fix has been verified. Please assign a fix version. Thx

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