[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 |
||
| 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; MariaDB [test]> ALTER TABLE mcs1 ENGINE=Columnstore; |