summaryrefslogtreecommitdiff
path: root/sql/sp.h
Commit message (Expand)AuthorAgeFilesLines
* In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general tounknown2003-12-121-4/+2
* WL#1363: Update the mysql.proc table and add new fields.unknown2003-12-101-4/+4
* Bugfixes in SHOW CREATE PROCEDURE/FUNCTION and SHOW PROCEDURE/FUNCTION STATUS;unknown2003-11-201-3/+4
* WL#1241: SHOW PROCEDURE/FUNCTIONunknown2003-11-171-0/+22
* SP cache (WL#730). (Mostly by vva, additions by pem.)unknown2003-07-011-4/+2
* Expand the mysql.proc tableunknown2003-05-061-2/+4
* Made FUNCTIONs work in insert and select queries, as well as nested function ...unknown2003-03-021-0/+12
* Made stored FUNCTION invokation work almost always. Still buggy and unstable,...unknown2003-02-261-0/+4
* Most of the groundwork for sprint task 729 (implement FUNCTIONs).unknown2003-02-211-7/+12
* Some new stuff in the Docs/sp-* files, and renamed a few functions in prepara...unknown2003-02-041-2/+13
* Moved create/find/drop functions to a separate files (sp.cc,sp.h).unknown2002-12-121-0/+33