[MDEV-20985] Add LEX methods stmt_drop_{function|procedure}() and stmt_alter_{function|procedure}_start() Created: 2019-11-05 Updated: 2020-01-23 Resolved: 2019-11-06 |
|
| 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 |
|
In order to unify sql_yacc.yy and sql_yacc_ora.yy easier let's add these methods to LEX:
and thus simplify the code in *.yy related to:
|