[MDEV-21073] Collect different grammar rules into a single chunk Created: 2019-11-18 Updated: 2020-01-23 Resolved: 2019-11-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Fix Version/s: | 10.5.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Currently the difference between sql_yacc.yy and sql_yacc_ora.yy is distributed all around the grammar files. On order to unify the two files easier, let's collect all different rules to the end of *.yy files, so the rule section looks like this:
|