Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.1.3
-
None
-
2018-07, 2018-08
Description
Customer reported and I was able to reproduce..
MariaDB [tpch1]> use calpontsys;
Database changed
MariaDB [calpontsys]> rename table tpch1.compare_version to tpch1.compare_version_old;
ERROR 1815 (HY000): Internal error: CAL0001: Alter table Failed: IDB-2006: 'calpontsys.compare_version' does not exist in Columnstore.
MariaDB [calpontsys]> use tpch1;
Database changed
MariaDB [tpch1]> rename table tpch1.compare_version to tpch1.compare_version_old;
Query OK, 0 rows affected (0.04 sec)
Attachments
Issue Links
- duplicates
-
MCOL-876 Renaming a table in non-current database fails
- Closed