Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-4925

Insert Cache - warning messages when dropping a non-insert-cache table

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 6.2.1
    • None
    • DMLProc
    • 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

          Activity

            People

              David.Hall David Hall (Inactive)
              dleeyh Daniel Lee (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.