[MDEV-17693] Shift/reduce conflicts for NAMES,ROLE,PASSWORD in the option_value_no_option_type grammar Created: 2018-11-13 Updated: 2018-11-13 Resolved: 2018-11-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Affects Version/s: | 10.0, 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.3.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The grammar rule option_value_no_option_type has shift/reduce conflicts for the following keywords:
These keywords appear in explicit grammar branches, and at the same time as a part of ident. To fix conflicts, this grammar branch:
should be change to something like this:
were ident_set_usual_case won't include keywords NAMES_SYM, ROLE_SYM, PASSWORD_SYM. |