[MCOL-4204] ALTER engine=Columnstore of a Columnstore table fails Created: 2020-07-21  Updated: 2021-01-14  Resolved: 2021-01-14

Status: Closed
Project: MariaDB ColumnStore
Component/s: N/A
Affects Version/s: None
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: susil.behera Assignee: Unassigned
Resolution: Not a Bug Votes: 0
Labels: None
Environment:

Server version: 10.5.4-MariaDB MariaDB Server
Columnstore: 1.5.2-1



 Description   

ALTER engine=Columnstore of a Columnstore table fails. It should be allowed as in Innodb.

MariaDB [test]> CREATE TABLE t_mcs1 (id INT) ENGINE=Columnstore;
Query OK, 0 rows affected (0.226 sec)

MariaDB [test]> ALTER TABLE mcs1 ENGINE=Columnstore;
ERROR 1815 (HY000): Internal error: CAL0009: Internal create table error for test.mcs1 : table already exists (your schema is probably out-of-sync)


Generated at Thu Feb 08 02:48:35 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.