Details
-
Sub-Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
2020-1, 2020-2, 2020-4, 2020-5, 2020-6, 2020-7
Description
mysql> create table t2(c1 int);
Query OK, 0 rows affected (0.01 sec)
mysql> alter table t2 engine=columnstore;
ERROR 1178 (42000): The storage engine for the table doesn't support The syntax or the data type(s) is not supported by Columnstore. Please check the Columnstore syntax guide for supported syntax or data types.
Attachments
Issue Links
- is duplicated by
-
MCOL-779 storage engine for the table doesn't support
- Closed