diff options
author | andrey@lmy004. <> | 2006-06-28 14:22:14 +0200 |
---|---|---|
committer | andrey@lmy004. <> | 2006-06-28 14:22:14 +0200 |
commit | 03e0a2315e62aa6ff754b166a3dc10fd5442eeab (patch) | |
tree | 5f8ea7fe8597821677207641a35819493c44dedd /sql/events.h | |
parent | 9309fae9b5261e888f15d903b4110b272ffdb917 (diff) | |
download | mariadb-git-03e0a2315e62aa6ff754b166a3dc10fd5442eeab.tar.gz |
WL#3337 (Events new architecture)
Cut number 6. Move code from sql_show.cc to event_db_repository.cc
that more belongs to the latter.
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); |