Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.0.13, 1.1.3
-
None
-
2018-09, 2018-10, 2018-11
Description
The CS doesn't support full Unicode Basic Multilingual Plane (BMP) U+0001 .. U+007F as InnoDB does.
MariaDB [cs]> create table `bb1#` (i int)engine=columnstore ;
ERROR 1178 (42000): The storage engine for the table doesn't support IDB-1008: The syntax or the data type(s) is not supported by Columnstore. Please check the Columnstore syntax guide for supported syntax or data types.
But
MariaDB [cs]> create table `bb1#` (i int) ;
Query OK, 0 rows affected (0.06 sec)