summaryrefslogtreecommitdiff
path: root/sql/sp.h
diff options
context:
space:
mode:
authorpem@mysql.com <>2003-07-01 18:14:24 +0200
committerpem@mysql.com <>2003-07-01 18:14:24 +0200
commit1d3c703d58af5b98ba1055054319d5c5b521b335 (patch)
treef32432e07d69f450917cee2ac73414933049434b /sql/sp.h
parent4006e95808d71325d66c39039abb2980b9384e04 (diff)
downloadmariadb-git-1d3c703d58af5b98ba1055054319d5c5b521b335.tar.gz
SP cache (WL#730). (Mostly by vva, additions by pem.)
Diffstat (limited to 'sql/sp.h')
-rw-r--r--sql/sp.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sql/sp.h b/sql/sp.h
index 3a021288907..bbf8832d55d 100644
--- a/sql/sp.h
+++ b/sql/sp.h
@@ -53,15 +53,13 @@ bool
sp_function_exists(THD *thd, LEX_STRING *name);
-// QQ More temporary stuff until the real cache is implemented. This is
-// needed since we have to read the functions before we do anything else.
+// This is needed since we have to read the functions before we
+// do anything else.
void
sp_add_fun_to_lex(LEX *lex, LEX_STRING fun);
void
sp_merge_funs(LEX *dst, LEX *src);
int
sp_cache_functions(THD *thd, LEX *lex);
-void
-sp_clear_function_cache(THD *thd);
#endif /* _SP_H_ */