diff options
author | dlenev@mysql.com <> | 2005-07-09 23:11:17 +0400 |
---|---|---|
committer | dlenev@mysql.com <> | 2005-07-09 23:11:17 +0400 |
commit | 4e8c22f29665f54de5a8194600dfa25e5f619553 (patch) | |
tree | 097d07e278960e3486ed5a1efd51abf4c98212b1 /sql/sp.h | |
parent | 75b8d4fa08966baa22bf2e1126c1df8cb6618a80 (diff) | |
download | mariadb-git-4e8c22f29665f54de5a8194600dfa25e5f619553.tar.gz |
Manual fixes after merging patch for bug #8406 "Triggers crash if referencing
a table" with main tree.
Diffstat (limited to 'sql/sp.h')
-rw-r--r-- | sql/sp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ sp_function_exists(THD *thd, sp_name *name); Procedures for pre-caching of stored routines and building table list for prelocking. */ -void sp_add_used_routine(LEX *lex, Item_arena *arena, +void sp_add_used_routine(LEX *lex, Query_arena *arena, sp_name *rt, char rt_type); void sp_update_sp_used_routines(HASH *dst, HASH *src); bool sp_cache_routines_and_add_tables(THD *thd, LEX *lex); |