[to #42036778] fix SIGNAL/RESIGNAL statements in SQL

This commit is contained in:
0xacc
2022-12-20 08:07:57 +00:00
committed by ob-robot
parent 47adcea9b8
commit 0003c2605b
3 changed files with 19 additions and 2 deletions

View File

@ -133,6 +133,8 @@ enum State {
S_DEFINER,
S_OF,
S_EDITIONABLE,
S_SIGNAL,
S_RESIGNAL,
S_EXPLAIN,
S_EXPLAIN_FORMAT,