[MCOL-4355] Reuse MDB parser in DML and DDL operations. Created: 2020-10-15 Updated: 2023-12-15 |
|
| Status: | Open |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Icebox |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Roman | Assignee: | Max Mether |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | Tech debt |
| Description |
|
As of 5.4 MCS has its own bison grammar for DML and DDL operations that duplicates the subset of MDB's parser grammar. MDB parser should be changed to allow to reuse it in MCS for DML and DDL. |