diff options
Diffstat (limited to 'src/include/utils/evtcache.h')
-rw-r--r-- | src/include/utils/evtcache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/utils/evtcache.h b/src/include/utils/evtcache.h index c230995212d..945e5b53cb8 100644 --- a/src/include/utils/evtcache.h +++ b/src/include/utils/evtcache.h @@ -19,7 +19,8 @@ typedef enum { EVT_DDLCommandStart, - EVT_DDLCommandEnd + EVT_DDLCommandEnd, + EVT_SQLDrop } EventTriggerEvent; typedef struct |