summaryrefslogtreecommitdiff
path: root/sql/sp.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix for BUG#24923: Functions with ENUM issues.unknown2007-10-171-0/+1
* | Fix for BUG#25843: changing default database between PREPARE and EXECUTEunknown2007-08-311-11/+0
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-06-011-1/+2
|\ \
| * | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-1/+2
* | | Refactoring patch:unknown2007-05-291-23/+6
|/ /
* | BUG#9953: CONVERT_TZ requires mysql.time_zone_name to be lockedunknown2007-03-091-1/+0
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ | |/
| * Many files:unknown2006-12-231-2/+1
* | Bug#21039 Transaction cache not flushed after SELECT CREATEunknown2006-07-261-2/+1
|/
* A fix and a test case forunknown2006-06-271-7/+7
* Fixed BUG#16303: erroneus stored procedures and functions should be droppableunknown2006-01-261-1/+4
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-071-4/+5
|\
| * Fix for bug #11555 "Stored procedures: current SP tables locking makeunknown2005-12-071-2/+2
* | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-12-061-5/+5
|\ \ | |/ |/|
| * Fixed BUG#14233: Crash after tampering with the mysql.proc tableunknown2005-10-261-5/+5
* | Recursion support made for SP (BUG#10100).unknown2005-11-231-4/+2
|/
* Fix for bug #12704 "Server crashes during trigger execution".unknown2005-09-151-0/+1
* Avoid spurious error when restoring INFORMATION_SCHEMA as the current unknown2005-08-111-4/+0
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-091-0/+7
|\
| * Fix for bug #10055 "Using stored function with information_schema causes emptyunknown2005-08-081-0/+7
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-031-1/+4
|\ \
| * | Prelocking-free SPs, post-review fixes:unknown2005-08-031-2/+2
| * | Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...unknown2005-07-301-1/+4
| |/
* | Increase allowed size of stored procedure bodies to 4GB, and unknown2005-07-261-0/+1
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-131-3/+0
|\
| * Implementation of Monty's idea: Now we can open mysql.proc table for lookupunknown2005-07-131-3/+0
* | Manual fixes after merging patch for bug #8406 "Triggers crash if referencingunknown2005-07-091-1/+1
* | Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersunknown2005-07-091-9/+13
|/
* 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