-
unknown authored
sql/sql_yacc.yy: Remove useless actions from the grammar. Empty {} actions in the middle of a rule caused an extra reduce, which is affecting the parser complexity and performances.
8eae7166
sql/sql_yacc.yy: Remove useless actions from the grammar. Empty {} actions in the middle of a rule caused an extra reduce, which is affecting the parser complexity and performances.