summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Background:unknown2005-11-171-25/+144
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0unknown2005-11-211-23/+23
|\ \ \ \
| * | | | Inefficient usage of String::append() fixed.unknown2005-11-201-23/+23
| |/ / /
* | | | Fix for bug #13399 Crash when executing PS/SP which should activate triggerunknown2005-11-171-10/+11
* | | | Issuing error about presence of commit/rollback statements in stored function...unknown2005-11-161-0/+39
* | | | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-11-111-11/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed BUG#14723: Dumping of stored functions seems to cause corruptionunknown2005-11-111-11/+14
| | |/ | |/|
* | | WL#2818 (Add creator to the trigger definition for privilegeunknown2005-11-101-13/+29
|/ /
* | Post-review fix.unknown2005-10-211-3/+4
* | Fixed BUG#13941: replace() string fuction behaves badly inside storedunknown2005-10-191-0/+15
* | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-10-171-0/+15
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-121-0/+15
| |\ \
| | * | Temporary solution for bug #13969 "Routines which are replicated from masterunknown2005-10-121-0/+15
| | |/
* | | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-10-121-3/+6
|\ \ \ | |/ /
| * | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-10-121-1/+3
| |\ \
| | * | Fixed BUG#13616: "CALL <dbname>.<procedurename>" executes properly, butunknown2005-10-051-1/+3
| | |/
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-121-0/+1
| |\ \
| | * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-10-081-0/+1
| | |\ \ | | | |/ | | |/|
| | | * Review of code pushed since last 5.0 pull:unknown2005-10-061-0/+1
| * | | Fix use of "%*s" *printf() specifiers that were really meant to beunknown2005-10-061-2/+2
| |/ /
* | | Fixed BUG#7049: Stored procedure CALL errors are ignoredunknown2005-09-261-3/+6
|/ /
* | Fixed BUG#6127: Stored procedure handlers within handlers don't workunknown2005-09-261-2/+2
* | Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2005-09-231-62/+50
|\ \
| * | A fix and a test case for Bug#6513 "Test Suite: Values inserted by using unknown2005-09-221-62/+50
| |/