[MDEV-18779] Port sp_suid implementation from sql_yacc_ora.yy to sql_yacc.yy Created: 2019-03-01 Updated: 2019-03-29 Resolved: 2019-03-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Parser |
| Fix Version/s: | 10.4.4 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Compatibility | ||
| Issue Links: |
|
||||||||
| Description |
|
The sp_suid rule is implemented differently in sql_yacc.yy and sql_yacc_ora.yy: sql_yacc.yy writes directly to Lex:
sql_yacc_ora.yy uses Bison stack:
In order to unify the two *.yy files easier, we'll port the sql_yacc_ora.yy implementation to sql_yacc.yy as a separate commit. |