summaryrefslogtreecommitdiff
path: root/sql/sp.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed BUG#9529: Stored Procedures: No Warning on truncation of procedure nameunknown2005-05-311-0/+1
* Better approach for prelocking of tables for stored routines executionunknown2005-03-041-4/+4
* WL#2130: Table locking for stored FUNCTIONsunknown2005-02-081-6/+7
* WL#925 - Privileges for stored routinesunknown2004-12-231-0/+3
* Fixed BUG#6027: Stored procedures can be renamed.unknown2004-10-221-6/+2
* Fixed BUG#3339: Stored procedures in nonexistent schemas are uncallable.unknown2004-06-151-0/+1
* Fixed proper restoring of current db on errors.unknown2004-06-081-1/+2
* WL#1366: Use the schema (db) associated with an SP.unknown2004-03-221-0/+4
* WL#1366: Use the schema (db) associated with an SP.unknown2004-03-111-1/+16
* WL#1366: Use the schema (db) associated with an SP.unknown2004-02-171-10/+9
* 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