summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* Renaming sp_pcontext members and methods; less cryptic and more consistent.unknown2006-04-071-11/+11
* BUG#18293 (Values in stored procedures written to binlog unescaped):unknown2006-03-211-5/+5
* Fix for BUG#13198: SP executes if definer does not exist.unknown2006-03-021-15/+0
* Implementation of WL#2897: Complete definer support in the stored routines.unknown2006-03-021-10/+18
* Merge neptunus.(none):/home/msvensson/mysql/bug16878/my50-bug16878unknown2006-02-211-0/+2
|\
| * Bug#16878 dump of triggerunknown2006-02-091-0/+2
* | Fix for BUG#14769 "Function fails to replicate if fails half-way (slave stops)":unknown2006-02-181-9/+3
* | Merge mysql.com:/extern/mysql/bk/mysql-5.0unknown2006-02-061-21/+64
|\ \
| * | Fixed on BUG#16568: Continue handler with simple CASE not working correctlyunknown2006-01-261-21/+64
* | | Fixed BUG#15737: Stored procedure optimizer bug with LEAVEunknown2006-01-251-12/+9
|/ /
* | Fix for BUG#15588: String overrun during sp-vars.testunknown2006-01-201-12/+25
* | Post-review fixes (BUG#15658).unknown2006-01-191-11/+11
* | Merge mysql.com:/extern/mysql/bk/mysql-5.0unknown2006-01-191-0/+17
|\ \
| * | Fixing BUG#15658: Server crashes after creating function as empty stringunknown2006-01-111-0/+17
* | | Merge mysql.com:/extern/mysql/bk/mysql-5.0unknown2006-01-161-68/+75
|\ \ \ | |_|/ |/| |
| * | Fixed BUG#14498: Stored procedures: hang if undefined variable and exceptionunknown2005-11-041-66/+74
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-01-131-8/+23
|\ \ \
| * | | Fix for bug #12198 "Temporary table aliasing does not work inside storedunknown2006-01-131-8/+23
* | | | Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clauseunknown2006-01-111-18/+12
| |_|/ |/| |
* | | Fix compile failure on QNX.unknown2006-01-061-1/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-01-061-36/+44
|\ \ \
| * | | Review fixes of new pushed codeunknown2006-01-061-30/+38
| |/ /
* | | Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-releaseunknown2005-12-141-1/+1
|\ \ \
| * | | Fix for bug #15630: Test case failure in sp-dynamic, sp-error, and sp.unknown2005-12-121-1/+1
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-071-2/+2
|\ \ \ \
| * | | | Fix a compilation failure.unknown2005-12-071-2/+2
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-071-416/+521
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-071-416/+521
| |\ \ \
| | * | | Patch for WL#2894: Make stored routine variables workunknown2005-12-071-417/+521
* | | | | Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2005-12-071-5/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-071-5/+9
| |\ \ \ \
| | * | | | Fix for bug #11555 "Stored procedures: current SP tables locking makeunknown2005-12-071-5/+9
| | | |/ / | | |/| |
* | | | | mergedunknown2005-12-071-0/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-12-051-0/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | this has nothing to do with the bug#13012.unknown2005-12-031-0/+4
| | * | | Bug#13012: REPAIR/BACKUP/RESTORE TABLE cause "packet out of order" in SP.unknown2005-12-021-0/+3
* | | | | A fix and a test case for Bug#15392 "Server crashes duringunknown2005-12-071-10/+11
|/ / / /
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0unknown2005-12-021-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Now we shall store only position (index of first character)unknown2005-12-021-2/+6
| |/ /
* | | Fix for bug #14304: auto_increment field incorrect set from within stored pro...unknown2005-12-011-1/+1
* | | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-11-281-0/+20
|\ \ \ | |/ / |/| |
| * | Fixed BUG#14643: Stored Procedure: Continuing after failed var.unknown2005-11-081-0/+20
| |/
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug7-5.0unknown2005-11-231-26/+70
|\ \
| * | Recursion support made for SP (BUG#10100).unknown2005-11-231-26/+70
| |/
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug2-5.0unknown2005-11-231-0/+9
|\ \
| * | Fix for BUG#13549 "Server crash with nested stored proceduresunknown2005-11-231-0/+9
* | | Post-merge fixes in sp_head.cc (print methods).unknown2005-11-221-10/+10
* | | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-11-221-56/+224
|\ \ \
| * | | Some final cleanup of the sp_instr print methods.unknown2005-11-221-23/+42
| * | | Post-review fixes, mainly fixing all print() methods for sp_instr* classes.unknown2005-11-181-65/+95