Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
1.1.2
-
None
-
CentOS 6.5+ MariaDB ColumnStore 1.1.2
Description
MariaDB [dba_info]> CREATE TABLE tb_test
-> (
-> id BIGINT ,
-> amount DECIMAL(36, 18) NULL,
-> create_time INT NULL
-> )
-> ENGINE = columnstore;
ERROR 1815 (HY000): Internal error: CAL0009: (3)Create table failed due to Syntax error: The maximum precision (total number of digits) that can be specified is 18
Attachments
Issue Links
- is duplicated by
-
MCOL-641 Full DECIMAL support in ColumnStore
- Closed