[MCOL-4085] ALTER TABLE MODIFY COLUMN COLLATE syntax error Created: 2020-06-19 Updated: 2023-11-21 Resolved: 2023-10-25 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | DDLProc |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hall (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Epic Link: | ColumnStore Compatibility Improvements | ||||||||
| Description |
|
DDLProc rejects an ALTER TABLE statement with a MODIFY column CHARACTER SET or MODIFY column COLLATE. These statements should not be rejected. They are processed by server and need no work by columnstore. However, we shouldn't throw a syntax error. |