[MCOL-1709] DDL for creation of a new table in columnstore produces syntax error when it runs on columnstore Created: 2018-09-10 Updated: 2023-10-26 Resolved: 2019-01-11 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.6 |
| Fix Version/s: | 1.1.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Kotsinova (Inactive) | Assignee: | Zdravelina Sokolovska (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-17, 2018-18, 2018-19, 2018-20, 2018-21 |
| Description |
|
1. Create a new table in TX:
2. Run Result:
Error is: Problem is in id serial. Columnstore doesn't support this. |
| Comments |
| Comment by markus makela [ 2018-09-10 ] |
|
Pushed to |
| Comment by Zdravelina Sokolovska (Inactive) [ 2019-01-11 ] |
|
the returned error for non existing table is now suggestion feasable table creation on ]# mxs_adapter -c /etc/Columnstore.xml -u cdcuser -p cdcpassword -h 127.0.0.1 -P 4001 testA test CREATE TABLE testA.test (col varchar(100), domain int, event_number int, event_type varchar(50), id bigint(20), sequence int, server_id int, timestamp int) ENGINE=ColumnStore; before: the suggested table cannot be created on 1.1.7 suggested table can be created |