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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user