[MCOL-1386] Create table statement doesn't allow usage of C style comments in it Created: 2018-05-04 Updated: 2018-05-30 Resolved: 2018-05-30 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.3 |
| Fix Version/s: | 1.2.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Kotsinova (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-10, 2018-11 |
| Description |
|
Query:
returns error:
Expected: |
| Comments |
| Comment by Roman [ 2018-05-10 ] |
|
Please review. |
| Comment by Roman [ 2018-05-10 ] |
|
I tried to implement nested c-style comments, but the feature is blocked by the server lexer. Will try to push nested comments feature into the server later. |
| Comment by Roman [ 2018-05-11 ] |
|
Talking about the feature inclusion I meant upstream server code, since it is handy to have nested comments. |
| Comment by Daniel Lee (Inactive) [ 2018-05-30 ] |
|
Build verified: 1.2.0-1 source /root/columnstore/mariadb-columnstore-server Merge pull request #107 from mariadb-corporation/dev-merge-up-20180409 Dev merge up 20180409 /root/columnstore/mariadb-columnstore-server/mariadb-columnstore-engine Merge pull request #472 from drrtuy/ I could not reproduce the issue in release 1.1.3-1. Executed the create table in the work bug description and it worked on both 1.1.3-1 and 1.2.0-1. |