summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.local2007-01-111-11/+28
|\
| * Bug#19194 (Right recursion in parser for CASE causes excessive stack usage,malff/marcsql@weblab.(none)2006-11-171-11/+28
* | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
|/
* Fix for bug#21795: SP: sp_head::is_not_allowed_in_function() containsandrey@example.com2006-08-251-7/+11
* Fix for BUG#16211: Stored function return type for strings is ignored.anozdrin/alik@booka.2006-07-271-1/+5
* Bug#18630: Arguments of suid routine calculated in wrong securitykroki/tomash@moonlight.intranet2006-07-131-0/+8
* A fix and a test case forkonstantin@mysql.com2006-06-271-10/+0
* BUG#18037: Fix stack corruption in THD::rollback_item_tree_changes().knielsen@mysql.com2006-05-151-1/+1
* Fixed memory leak in sql_parse.cc (lex_end() was not called)monty@mysql.com2006-05-041-0/+3
* Fixed BUG#18949: Test case sp-goto is disabledpem@mysql.com2006-04-181-7/+0
* Renaming sp_pcontext members and methods; less cryptic and more consistent.pem@mysql.com2006-04-071-3/+3
* Implementation of WL#2897: Complete definer support in the stored routines.anozdrin@mysql.com2006-03-021-0/+1
* Merge mysql.com:/extern/mysql/bk/mysql-5.0pem@mysql.com2006-02-061-27/+69
|\
| * Fixed on BUG#16568: Continue handler with simple CASE not working correctlypem@mysql.com2006-01-261-27/+69
* | Fixed BUG#15737: Stored procedure optimizer bug with LEAVEpem@mysql.com2006-01-251-18/+22
|/
* Post-review fixes (BUG#15658).pem@mysql.com2006-01-191-1/+1
* Merge mysql.com:/extern/mysql/bk/mysql-5.0pem@mysql.com2006-01-191-0/+2
|\
| * Fixing BUG#15658: Server crashes after creating function as empty stringpem@mysql.com2006-01-111-0/+2
* | Merge mysql.com:/extern/mysql/bk/mysql-5.0pem@mysql.com2006-01-161-41/+47
|\ \ | |/ |/|
| * Fixed BUG#14498: Stored procedures: hang if undefined variable and exceptionpem@mysql.com2005-11-041-41/+47
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2006-01-061-2/+2
|\ \
| * | Review fixes of new pushed codemonty@mysql.com2006-01-061-2/+2
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-12-071-16/+45
|\ \ \
| * | | Patch for WL#2894: Make stored routine variables workanozdrin@mysql.com2005-12-071-16/+45
| |/ /
* | | Fix for bug #11555 "Stored procedures: current SP tables locking makedlenev@mysql.com2005-12-071-1/+2
|/ /
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug7-5.0bell@sanja.is.com.ua2005-11-231-0/+28
|\ \
| * | Recursion support made for SP (BUG#10100).bell@sanja.is.com.ua2005-11-231-0/+28
| |/
* | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-11-221-2/+9
|\ \
| * | Background:pem@mysql.com2005-11-171-2/+9
* | | Issuing error about presence of commit/rollback statements in stored function...bell@sanja.is.com.ua2005-11-161-2/+11
|/ /
* | WL#2818 (Add creator to the trigger definition for privilegeanozdrin@mysql.com2005-11-101-2/+3
|/
* Merge mysqldev@production.mysql.com:my/mysql-5.0-releasekonstantin@mysql.com2005-09-231-0/+9
|\
| * A fix and a test case for Bug#6513 "Test Suite: Values inserted by using konstantin@mysql.com2005-09-221-0/+9
* | WL#2787 (Add view definer/owner to the view definition (.frm) to check privil...bell@sanja.is.com.ua2005-09-201-4/+7
* | WL#2787 (part 2, ver 3 (merged)) changed securety context switchingbell@sanja.is.com.ua2005-09-151-15/+7
|/
* Post-review fix for BUG#12712: SET AUTOCOMMIT should fail within SP/functions...pem@mysql.com2005-09-141-1/+2
* Fixed BUG#12712: SET AUTOCOMMIT should fail within SP/functions/triggerspem@mysql.com2005-09-131-1/+4
* Fix for BUG#12637: Make SPs+user variables replication work:sergefp@mysql.com2005-09-071-2/+3
* Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".konstantin@mysql.com2005-09-031-9/+24
* Merge deer.(none):/home/hf/work/mysql-5.0.10499hf@deer.(none)2005-08-271-0/+1
|\
| * Fix for bug #10499 (Function creation with GEOMETRY return)hf@deer.(none)2005-08-101-0/+1
* | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...sergefp@mysql.com2005-08-251-5/+18
* | A fix and a test case for "Bug #12168 'DECLARE CONTINUE HANDLER FOR konstantin@mysql.com2005-08-191-2/+0
|/
* Manual mergesergefp@mysql.com2005-08-031-1/+25
|\
| * Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...sergefp@mysql.com2005-07-301-1/+25
* | store/restore sql_mode which was in force during ctrigger creation (BUG#5891)bell@sanja.is.com.ua2005-07-281-1/+1
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-091-14/+42
|\
| * Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersdlenev@mysql.com2005-07-091-14/+42
* | "Fix" for bug #11394 "Recursion in SP crash server" and bug #11600dlenev@brandersnatch.localdomain2005-07-011-0/+3
* | - implement inheritance of sp_instr: public Query_arena.konstantin@mysql.com2005-06-231-4/+3