Commit cc2ad349 authored by unknown's avatar unknown

Post-review fix.


sql/sql_yacc.yy:
  Added explanation to comment.
parent e9f74b0a
......@@ -7388,7 +7388,9 @@ keyword:
/*
* Keywords that we allow for labels in SPs.
* Anything that's the beginning of a statement must be in keyword above.
* Anything that's the beginning of a statement or characteristics
* must be in keyword above, otherwise we get (harmful) shift/reduce
* conflicts.
*/
keyword_sp:
ACTION {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment