diff options
Diffstat (limited to 'sql/events.h')
-rw-r--r-- | sql/events.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/events.h b/sql/events.h index 339f87c3806..3a7d1f8bc5e 100644 --- a/sql/events.h +++ b/sql/events.h @@ -90,6 +90,9 @@ public: int drop_schema_events(THD *thd, char *db); + + static int + fill_schema_events(THD *thd, TABLE_LIST *tables, COND * /* cond */); int dump_internal_status(THD *thd); |