summaryrefslogtreecommitdiff
path: root/sql/event_priv.h
diff options
context:
space:
mode:
authorunknown <andrey@lmy004.>2005-12-06 16:46:29 +0100
committerunknown <andrey@lmy004.>2005-12-06 16:46:29 +0100
commit7838d468ab2983e6f120bc15f159b9c1a97d5b51 (patch)
treeba417c7f031ae3bb024f9bac57d47106f36c6054 /sql/event_priv.h
parent70856a0d54cb770c216800cdd4db5f60ad327a11 (diff)
downloadmariadb-git-7838d468ab2983e6f120bc15f159b9c1a97d5b51.tar.gz
WL#1034
make more independent of SP sql/event.cc: use own routine - export it sql/event_priv.h: export these two sql/event_timed.cc: use own routine, don't rely on SP sql/sp.cc: revert changes to SP sql/sp.h: revert changes to SP sql/sql_show.cc: rever changes to SP
Diffstat (limited to 'sql/event_priv.h')
-rw-r--r--sql/event_priv.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sql/event_priv.h b/sql/event_priv.h
index 75d39c3c81e..73618d1b44a 100644
--- a/sql/event_priv.h
+++ b/sql/event_priv.h
@@ -51,6 +51,10 @@ extern pthread_mutex_t LOCK_event_arrays,
int
my_time_compare(TIME *a, TIME *b);
-
-TABLE *evex_open_event_table(THD *thd, enum thr_lock_type lock_type);
+int
+evex_db_find_routine_aux(THD *thd, const LEX_STRING dbname,
+ const LEX_STRING rname, TABLE *table);
+
+TABLE *
+evex_open_event_table(THD *thd, enum thr_lock_type lock_type);
#endif /* _EVENT_PRIV_H_ */