[MCOL-3739] Problems droping CS table Created: 2020-01-22 Updated: 2023-10-25 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DDLProc |
| Affects Version/s: | 1.2.5 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Carlos Campos | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Centos 7 / vmware |
||
| Description |
|
I cannot drop a table: SQL Error [1815] [HY000]: Internal error: CAL0009: Drop table failed due to IDB-2006: 'chargify_tickets.flow_tickets' does not exist in Columnstore. MariaDB [chargify_tickets]> show tables;
----------------------------
---------------------------- I can see some difference between the information_schema Columstore table and the calpontsys. MariaDB [(none)]> select count
----------
---------- MariaDB [(none)]> select count
----------
---------- I need some help because it seems that this problem is blocking all MCS API work. I cannot write anything using the API anymore, even using other tables and databases. |