summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
Commit message (Expand)AuthorAgeFilesLines
* Bug#33618 (Crash in sp_rcontext)malff@lambda.hsd1.co.comcast.net.2008-01-231-2/+3
* Merge adventure.(none):/home/thek/Development/cpp/bug31153/my50-bug31153thek@adventure.(none)2007-11-211-3/+3
|\
| * Bug #31153 calling stored procedure crashes server if available memory is lowthek@adventure.(none)2007-11-191-3/+3
* | Bug#28318 CREATE FUNCTION (UDF) requires a schemadavi@virtua-cwbas201-21-158-74.ctb.virtua.com.br2007-10-091-10/+1
|/
* A fix and a test case for Bug#26141 mixing table types in trigger kostja@bodhi.(none)2007-07-121-0/+6
* Bug#26977 exception handlers never hreturnthek@adventure.(none)2007-05-071-0/+6
* Bug#25411 (trigger code truncated), PART Imalff/marcsql@weblab.(none)2007-04-241-2/+4
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maintiggy@recycle.(none)2007-03-291-2/+4
|\
| * Bug#23491 MySQLDump prefix function call in a view by database nameiggy@recycle.(none)2007-03-271-2/+4
* | Bug#26503 (Illegal SQL exception handler code causes the server to crash)malff/marcsql@weblab.(none)2007-03-141-2/+0
* | Bug 8407, post review cleanup: use instr::get_cont_dest() to get the instructionmalff/marcsql@weblab.(none)2007-03-071-15/+12
|/
* Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtimemalff/marcsql@weblab.(none)2007-03-061-0/+24
|\
| * Bug#8407 (Stored functions/triggers ignore exception handler)malff/marcsql@weblab.(none)2007-03-051-0/+24
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-4/+5
|\ \ | |/ |/|
| * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-4/+5
* | 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
|/