diff options
author | pem@mysql.com <> | 2003-02-26 19:22:29 +0100 |
---|---|---|
committer | pem@mysql.com <> | 2003-02-26 19:22:29 +0100 |
commit | ca2e77ca7a4cd4cbdb08425044ca71f3d38def64 (patch) | |
tree | 21d88c3a00a56c11d4f65d0c77e082899658ec01 /sql/sp.h | |
parent | d8c75ec8aa867ec002c543e7931d54fd7144fd46 (diff) | |
download | mariadb-git-ca2e77ca7a4cd4cbdb08425044ca71f3d38def64.tar.gz |
Made stored FUNCTION invokation work almost always. Still buggy and unstable, and
various known problems, but good enough for a checkpoint commit.
Diffstat (limited to 'sql/sp.h')
-rw-r--r-- | sql/sp.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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_ */ |