diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-16 15:34:11 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-16 15:34:11 +0100 |
commit | 07bfd2617db894f9a6a4ad5998941d3517974bb7 (patch) | |
tree | 6ef380be281adedf087a0aeebda5286409211a25 /sql/sp.h | |
parent | 04d1596d643cc4789c63c0c4f4598fe04564f65f (diff) | |
parent | 5cd3dffebb2abd5778e819ac57001e0d963484d8 (diff) | |
download | mariadb-git-07bfd2617db894f9a6a4ad5998941d3517974bb7.tar.gz |
merge
Diffstat (limited to 'sql/sp.h')
-rw-r--r-- | sql/sp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ void sp_get_prelocking_info(THD *thd, bool *need_prelocking, void sp_add_used_routine(LEX *lex, Query_arena *arena, sp_name *rt, char rt_type); void sp_remove_not_own_routines(LEX *lex); -void sp_update_sp_used_routines(HASH *dst, HASH *src); +bool sp_update_sp_used_routines(HASH *dst, HASH *src); int sp_cache_routines_and_add_tables(THD *thd, LEX *lex, bool first_no_prelock); int sp_cache_routines_and_add_tables_for_view(THD *thd, LEX *lex, |