summaryrefslogtreecommitdiff
path: root/sql/sql_show.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/sql_show.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/sql_show.h')
-rw-r--r--sql/sql_show.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_show.h b/sql/sql_show.h
index 6fce5e94ca3..681d1232b39 100644
--- a/sql/sql_show.h
+++ b/sql/sql_show.h
@@ -14,4 +14,6 @@ int store_create_info(THD *thd, TABLE_LIST *table_list, String *packet,
HA_CREATE_INFO *create_info_arg);
int view_store_create_info(THD *thd, TABLE_LIST *table, String *buff);
+int copy_event_to_schema_table(THD *thd, TABLE *sch_table, TABLE *event_table);
+
#endif /* SQL_SHOW_H */