[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:
Blocks
is blocked by MDEV-12518 Unify sql_yacc.yy and sql_yacc_ora.yy Closed

 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:

%%
 
common rules
 
different rules


Generated at Thu Feb 08 09:04:23 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.