mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Post-review fix.
This commit is contained in:
parent
b268a17866
commit
ee81c73a0d
1 changed files with 3 additions and 1 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Reference in a new issue