summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-01-171-5/+8
|\
| * Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-01-121-5/+8
| |\
| | * Fix for BUG#19725 "Calls to SF in other database are not replicatedunknown2007-01-081-0/+2
| | * Merge mysql.com:/home/bkroot/mysql-5.0-rplunknown2006-12-081-5/+6
| | |\
| | | * Bug#23619 Incorrectly escaped multibyte characters in binary log break replic...unknown2006-11-091-5/+6
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-111-41/+55
|\ \ \ \ | |/ / / |/| | |
| * | | Merge malff@bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-12-111-41/+55
| |\ \ \ | | |_|/ | |/| |
| | * | Bug#19194 (Right recursion in parser for CASE causes excessive stack usage,unknown2006-11-171-41/+55
* | | | Many files:unknown2006-12-231-2/+1
| |_|/ |/| |
* | | Fixed portability issue in my_thr_init.c (was added in my last push)unknown2006-11-301-3/+6
|/ /
* | Bug#20028 (Function with select return no data)unknown2006-10-191-2/+1
|/
* after merge fixunknown2006-09-271-3/+3
* after merge fixunknown2006-09-071-3/+3
* Fix for bug#21795: SP: sp_head::is_not_allowed_in_function() containsunknown2006-08-251-0/+6
* Fix for BUG#20438: CREATE statements for views, stored routines and triggersunknown2006-07-281-4/+1
* Fix for BUG#16211: Stored function return type for strings is ignored.unknown2006-07-271-18/+35
* Bug#18630: Arguments of suid routine calculated in wrong securityunknown2006-07-131-4/+186
* Bug#20230: routine_definition is not nullunknown2006-06-301-4/+14
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-06-271-48/+18
|\
| * A fix and a test case forunknown2006-06-271-48/+18
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-06-261-2/+2
|\ \
| * | Bug#19262: internal function create_typelib() uses DBUG_ENTER() but not DBUG_...unknown2006-06-141-2/+2
| |/
* | A fix and a test case for Bug#15217 "Using a SP cursor on a table createdunknown2006-06-221-1/+3
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-05-231-0/+1
|\
| * Guilhelm suggested that the "load data infile" command should be flagged asunknown2006-05-231-0/+1
* | After-merge fixes; some function signatures changed from Item * to Item **.unknown2006-05-151-2/+2
* | Merge bk-internal:/home/bk/mysql-5.0unknown2006-05-151-9/+11
|\ \
| * | BUG#18037: Fix stack corruption in THD::rollback_item_tree_changes().unknown2006-05-151-13/+15
* | | Merge mysql.com:/opt/local/work/mysql-5.0-rootunknown2006-05-151-115/+108
|\ \ \ | |/ / |/| |
| * | Bug#14635: Accept NEW.x as INOUT parameters to stored proceduresunknown2006-05-121-49/+17
| * | Fix for bug #17260 "Multiple invocations of triggers or stored functionsunknown2006-05-061-66/+85
| * | Merge mysql.com:/home/tomash/src/mysql_ab/mysql-5.0unknown2006-04-211-0/+6
| |\ \
| | * | Bug#6951: Triggers/Traditional: SET @ result wrongunknown2006-04-191-0/+6
* | | | Fixed memory leak in sql_parse.cc (lex_end() was not called)unknown2006-05-041-0/+4
|/ / /
* | | Fixed BUG#18949: Test case sp-goto is disabledunknown2006-04-181-35/+2
|/ /
* | 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
|\ \ \ | |_|/ |/| |