Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
1.0.9
-
None
-
Cent OS 7.x
Description
I used the emloyees database example at https://dev.mysql.com/doc/employee/en/.
When I changed salaries table to columnstore engine, there are errors:
MariaDB [employees]> ALTER TABLE salaries 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.