summaryrefslogtreecommitdiff
path: root/sql/sp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sp.h')
-rw-r--r--sql/sp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/sp.h b/sql/sp.h
index 084afb8c8e0..b9ade8fb3c1 100644
--- a/sql/sp.h
+++ b/sql/sp.h
@@ -46,4 +46,8 @@ sp_create_function(THD *thd, char *name, uint namelen, char *def, uint deflen);
int
sp_drop_function(THD *thd, char *name, uint namelen);
+// QQ Temporary until the function call detection in sql_lex has been reworked.
+bool
+sp_function_exists(THD *thd, LEX_STRING *name);
+
#endif /* _SP_H_ */