Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
-
None
Description
MariaDB [bak]> create table t(comment varchar(100))engine=innodb;
Query OK, 0 rows affected (0.02 sec)
MariaDB [bak]> create table t_1(comment varchar(100))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
- duplicates
-
MCOL-573 CS does not support reserved words as column names
- Closed