1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-13 20:03:16 +03:00

Most of the groundwork for sprint task 729 (implement FUNCTIONs).

Expanded the mysql.proc table, reworked the find/create/drop functions
completely, added new functions for FUNCTIONs (lotta functions here :),
got rid of some unnecessary use of Item_strings while at it. Extended
the parser correspondingly, and fiddled around a bit to make SP FUNCTIONs
coexist with UDFs.
Can now CREATE and DROP FUNCTIONs. Invoking yet to come...
This commit is contained in:
pem@mysql.com
2003-02-21 17:37:05 +01:00
parent 52cd3e3142
commit d8c75ec8aa
37 changed files with 478 additions and 182 deletions

View File

@@ -276,5 +276,5 @@
#define ER_SP_LABEL_MISMATCH 1257
#define ER_SP_UNINIT_VAR 1258
#define ER_SP_BADSELECT 1259
#define ER_ERROR_MESSAGES 260
#define ER_SP_BADRETURN 1260
#define ER_ERROR_MESSAGES 261