diff options
author | pem@mysql.com <> | 2003-07-01 18:14:24 +0200 |
---|---|---|
committer | pem@mysql.com <> | 2003-07-01 18:14:24 +0200 |
commit | 1d3c703d58af5b98ba1055054319d5c5b521b335 (patch) | |
tree | f32432e07d69f450917cee2ac73414933049434b /sql/sp.h | |
parent | 4006e95808d71325d66c39039abb2980b9384e04 (diff) | |
download | mariadb-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.h | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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_ */ |