summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* This is an implementation of two WL items:anozdrin@mysql.com2006-05-181-2/+2
* Remove compiler warningsmonty@mysql.com2006-03-291-3/+4
* Fixed compiler and valgrind warningsmonty@mysql.com2006-03-291-1/+1
* Merge mysql.com:/home/bkroot/mysql-5.0mats@mysql.com2006-03-211-5/+5
|\
| * BUG#18293 (Values in stored procedures written to binlog unescaped):mats@mysql.com2006-03-211-5/+5
* | A fix and test case for Bug#16164 "Easter egg":konstantin@mysql.com2006-03-151-0/+2
* | Merge mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-treeanozdrin@mysql.com2006-03-091-25/+18
|\ \ | |/
| * Fix for BUG#13198: SP executes if definer does not exist.anozdrin@mysql.com2006-03-021-15/+0
| * Implementation of WL#2897: Complete definer support in the stored routines.anozdrin@mysql.com2006-03-021-10/+18
| * Merge neptunus.(none):/home/msvensson/mysql/bug16878/my50-bug16878msvensson@neptunus.(none)2006-02-211-0/+2
| |\
| * | Fix for BUG#14769 "Function fails to replicate if fails half-way (slave stops)":guilhem@mysql.com2006-02-181-9/+3
* | | fix for bug #16413 (Events: statements don't appear in the general query log)andrey@lmy004.2006-03-011-5/+17
* | | fix for bug #16426, post fixesandrey@lmy004.2006-03-011-2/+2
* | | fix for bug #16426andrey@lmy004.2006-03-011-2/+13
* | | Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-newguilhem@mysql.com2006-02-251-1/+1
|\ \ \
| * | | WL#2977 and WL#2712 global and session-level variable to set the binlog forma...guilhem@mysql.com2006-02-251-1/+1
* | | | Merge neptunus.(none):/home/msvensson/mysql/bug16878/my51-bug16878msvensson@neptunus.(none)2006-02-211-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge neptunus.(none):/home/msvensson/mysql/bug16878/my50-bug16878msvensson@neptunus.(none)2006-02-211-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Bug#16878 dump of triggermsvensson@neptunus.(none)2006-02-091-0/+2
* | | | Fix after merge of 5.0, fix of a result file which somebody hadn't updated.guilhem@mysql.com2006-02-181-8/+2
* | | | fix for bug#16410 (Events: CREATE EVENT is legal in a CREATE TRIGGER statement)andrey@lmy004.2006-02-151-0/+3
* | | | Merge mysql.com:/home/kostja/mysql/mysql-5.0-rootkonstantin@mysql.com2006-02-091-21/+64
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge mysql.com:/extern/mysql/bk/mysql-5.0pem@mysql.com2006-02-061-21/+64
| |\ \ \
| | * | | Fixed on BUG#16568: Continue handler with simple CASE not working correctlypem@mysql.com2006-01-261-21/+64
* | | | | Merge mysql.com:/home/kostja/mysql/tmp_mergekonstantin@mysql.com2006-02-081-12/+9
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Fixed BUG#15737: Stored procedure optimizer bug with LEAVEpem@mysql.com2006-01-251-12/+9
| |/ /
* | | Merge mysql.com:/home/kostja/mysql/tmp_mergekonstantin@mysql.com2006-02-021-12/+42
|\ \ \ | |/ /
| * | Fix for BUG#15588: String overrun during sp-vars.testanozdrin@mysql.com2006-01-201-12/+25
| * | Post-review fixes (BUG#15658).pem@mysql.com2006-01-191-11/+11
| * | Merge mysql.com:/extern/mysql/bk/mysql-5.0pem@mysql.com2006-01-191-0/+17
| |\ \
| | * | Fixing BUG#15658: Server crashes after creating function as empty stringpem@mysql.com2006-01-111-0/+17
* | | | Merge mysql.com:/home/kostja/mysql/mysql-5.0-for_mergekonstantin@mysql.com2006-02-021-68/+75
|\ \ \ \ | |/ / /
| * | | Merge mysql.com:/extern/mysql/bk/mysql-5.0pem@mysql.com2006-01-161-68/+75
| |\ \ \ | | |_|/ | |/| |
| | * | Fixed BUG#14498: Stored procedures: hang if undefined variable and exceptionpem@mysql.com2005-11-041-66/+74
* | | | Manually mergedevgen@moonbone.local2006-01-161-8/+23
|\ \ \ \ | |/ / /
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2006-01-131-8/+23
| |\ \ \
| | * | | Fix for bug #12198 "Temporary table aliasing does not work inside storeddlenev@mysql.com2006-01-131-8/+23
* | | | | Merge BUG#15110 from 5.0 into 5.1.anozdrin@mysql.com2006-01-131-18/+12
|\ \ \ \ \ | |/ / / /
| * | | | Fix for BUG#15110: mysqldump --triggers: does not include DEFINER clauseanozdrin@mysql.com2006-01-111-18/+12
| | |_|/ | |/| |
* | | | Merge mysql.com:/home/jimw/my/mysql-5.0-cleanjimw@mysql.com2006-01-061-37/+45
|\ \ \ \ | |/ / /
| * | | Fix compile failure on QNX.knielsen@mysql.com2006-01-061-1/+1
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2006-01-061-36/+44
| |\ \ \
| | * | | Review fixes of new pushed codemonty@mysql.com2006-01-061-30/+38
| | |/ /
| * | | Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-releasekent@mysql.com2005-12-141-1/+1
| |\ \ \
* | | | | WL#1012: All changes as one single changeset.lars@mysql.com2005-12-221-40/+49
* | | | | Merge joerg@trift2:/M50/part2-ramiljoerg@trift-lap.fambruehe2005-12-141-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix for bug #15630: Test case failure in sp-dynamic, sp-error, and sp.ramil@mysql.com2005-12-121-1/+1
* | | | | Merge mysql.com:/home/dlenev/src/mysql-5.0-mergesdlenev@mysql.com2005-12-121-5/+9
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-12-071-2/+2
| |\ \ \ \
| * \ \ \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-12-071-416/+521
| |\ \ \ \ \ | | |_|/ / / | |/| | | |