Browse Source

Fix a Bison warning about semantic type clash in default action

pull/555/head
Marko Mäkelä 8 years ago
parent
commit
40bf5c951b
  1. 2
      sql/sql_yacc.yy

2
sql/sql_yacc.yy

@ -14639,7 +14639,7 @@ keyword_alias:
/* Keyword that we allow for identifiers (except SP labels) */
keyword: keyword_alias | WINDOW_SYM ;
keyword: keyword_alias | WINDOW_SYM {};
/*
* Keywords that we allow for labels in SPs.

Loading…
Cancel
Save