You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-09-11 08:50:45 +03:00
when a non-existing table is dropped. This patch accomodates the changes made to server 10.5 as part of MDEV-11412, where the server now tries to drop the table from all storage engines when a .frm table does not exist. We were earlier retuning a warning to the client and setting the return code to 0. We now instead return ER_NO_SUCH_TABLE_IN_ENGINE error code to the server if the table does not exist in ColumnStore.