Details
- 
    Bug 
- 
    Status: Closed (View Workflow)
- 
    Minor 
- 
    Resolution: Fixed
- 
    6.2.1
- 
    None
- 
    None
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
Attachments
Issue Links
- causes
- 
                    MCOL-4769 Complete ColumnStore Insert Cache Part 1 -         
- Closed
 
-