Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.0.6
-
2016-25, 2017-01, 2017-2
Description
Hi,
How to adjust autoincrement to max value+1 after data load from csv ?
MariaDB [asdb]> alter table tablename COMMENT 'autoincrement=id;autoincrement=5492786873';
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 [asdb]> alter table tablename COMMENT 'autoincrement=id,5492786873';
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.
Thanks
Suresh Rajagopal
Attachments
Issue Links
- relates to
-
MCOL-530 autoincrement not updating in catalog tables
- Closed