[MCOL-1022] Reserved keywords can't create table Created: 2017-11-09  Updated: 2017-11-09  Resolved: 2017-11-09

Status: Closed
Project: MariaDB ColumnStore
Component/s: DDLProc
Affects Version/s: None
Fix Version/s: Icebox

Type: Bug Priority: Major
Reporter: hiller1 Assignee: Andrew Hutchings (Inactive)
Resolution: Duplicate Votes: 0
Labels: None

Issue Links:
Duplicate
duplicates MCOL-573 CS does not support reserved words as... Closed

 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.



 Comments   
Comment by hiller1 [ 2017-11-09 ]

MariaDB [bak]> create table user(id int)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.
MariaDB [bak]>
MariaDB [bak]> create table user1(id int)engine=columnstore;
Query OK, 0 rows affected (0.10 sec)

Comment by Andrew Hutchings (Inactive) [ 2017-11-09 ]

Closed as duplicate of MCOL-573

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