summaryrefslogtreecommitdiff
path: root/sql/events.h
diff options
context:
space:
mode:
authorandrey@lmy004. <>2006-06-28 14:22:14 +0200
committerandrey@lmy004. <>2006-06-28 14:22:14 +0200
commit03e0a2315e62aa6ff754b166a3dc10fd5442eeab (patch)
tree5f8ea7fe8597821677207641a35819493c44dedd /sql/events.h
parent9309fae9b5261e888f15d903b4110b272ffdb917 (diff)
downloadmariadb-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.h3
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);