summaryrefslogtreecommitdiff
path: root/sql/sp.h
Commit message (Expand)AuthorAgeFilesLines
* Updated/added copyright headersKent Boortz2011-06-301-2/+5
|\
* | Bug#45613 handle failures from my_hash_insertKristofer Pettersson2009-11-201-1/+1
* | BUG#41166 stored function requires "deterministic" if binlog_format is "state...Alfranio Correia2009-07-281-0/+3
* | Bug#44658 Create procedure makes server crash when user does not have ALL pri...Kristofer Pettersson2009-05-291-2/+2
* | Remove dead code.kostja@dipika.(none)2008-04-081-3/+0
* | Fix for BUG#24923: Functions with ENUM issues.anozdrin/alik@station.2007-10-171-0/+1
* | Fix for BUG#25843: changing default database between PREPARE and EXECUTEanozdrin/alik@ibm.opbmk2007-08-311-11/+0
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1kostja@bodhi.(none)2007-06-011-1/+2
|\ \
| * | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-1/+2
* | | Refactoring patch:anozdrin/alik@ibm.2007-05-291-23/+6
|/ /
* | BUG#9953: CONVERT_TZ requires mysql.time_zone_name to be lockedkroki/tomash@moonlight.home2007-03-091-1/+0
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ | |/
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* | Bug#21039 Transaction cache not flushed after SELECT CREATEmsvensson@shellback.(none)2006-07-261-2/+1
|/
* A fix and a test case forkonstantin@mysql.com2006-06-271-7/+7
* Fixed BUG#16303: erroneus stored procedures and functions should be droppablepem@mysql.com2006-01-261-1/+4
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-12-071-4/+5
|\
| * Fix for bug #11555 "Stored procedures: current SP tables locking makedlenev@mysql.com2005-12-071-2/+2
* | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-12-061-5/+5
|\ \ | |/ |/|
| * Fixed BUG#14233: Crash after tampering with the mysql.proc tablepem@mysql.com2005-10-261-5/+5
* | Recursion support made for SP (BUG#10100).bell@sanja.is.com.ua2005-11-231-4/+2
|/
* Fix for bug #12704 "Server crashes during trigger execution".dlenev@mysql.com2005-09-151-0/+1
* Avoid spurious error when restoring INFORMATION_SCHEMA as the current jimw@mysql.com2005-08-111-4/+0
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-08-091-0/+7
|\
| * Fix for bug #10055 "Using stored function with information_schema causes emptydlenev@mysql.com2005-08-081-0/+7
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0sergefp@mysql.com2005-08-031-1/+4
|\ \
| * | Prelocking-free SPs, post-review fixes:sergefp@mysql.com2005-08-031-2/+2
| * | Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...sergefp@mysql.com2005-07-301-1/+4
| |/
* | Increase allowed size of stored procedure bodies to 4GB, and jimw@mysql.com2005-07-261-0/+1
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-131-3/+0
|\
| * Implementation of Monty's idea: Now we can open mysql.proc table for lookupdlenev@mysql.com2005-07-131-3/+0
* | Manual fixes after merging patch for bug #8406 "Triggers crash if referencingdlenev@mysql.com2005-07-091-1/+1
* | Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersdlenev@mysql.com2005-07-091-9/+13
|/
* Fixed BUG#9529: Stored Procedures: No Warning on truncation of procedure namepem@mysql.comhem.se2005-05-311-0/+1
* Better approach for prelocking of tables for stored routines executiondlenev@brandersnatch.localdomain2005-03-041-4/+4
* WL#2130: Table locking for stored FUNCTIONspem@mysql.comhem.se2005-02-081-6/+7
* WL#925 - Privileges for stored routinesacurtis@pcgem.rdg.cyberkinetica.com2004-12-231-0/+3
* Fixed BUG#6027: Stored procedures can be renamed.pem@mysql.comhem.se2004-10-221-6/+2
* Fixed BUG#3339: Stored procedures in nonexistent schemas are uncallable.pem@mysql.comhem.se2004-06-151-0/+1
* Fixed proper restoring of current db on errors.pem@mysql.comhem.se2004-06-081-1/+2
* WL#1366: Use the schema (db) associated with an SP.pem@mysql.comhem.se2004-03-221-0/+4
* WL#1366: Use the schema (db) associated with an SP.pem@mysql.comhem.se2004-03-111-1/+16
* WL#1366: Use the schema (db) associated with an SP.pem@mysql.comhem.se2004-02-171-10/+9
* In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general topem@mysql.comhem.se2003-12-121-4/+2
* WL#1363: Update the mysql.proc table and add new fields.pem@mysql.comhem.se2003-12-101-4/+4
* Bugfixes in SHOW CREATE PROCEDURE/FUNCTION and SHOW PROCEDURE/FUNCTION STATUS;pem@mysql.comhem.se2003-11-201-3/+4
* WL#1241: SHOW PROCEDURE/FUNCTIONgluh@gluh.mysql.r18.ru2003-11-171-0/+22
* SP cache (WL#730). (Mostly by vva, additions by pem.)pem@mysql.com2003-07-011-4/+2
* Expand the mysql.proc tablegluh@gluh.mysql.r18.ru2003-05-061-2/+4
* Made FUNCTIONs work in insert and select queries, as well as nested function ...pem@mysql.com2003-03-021-0/+12