summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-151-4/+0
|\
| * Fix for bug #12704 "Server crashes during trigger execution".unknown2005-09-151-4/+0
* | Fixed BUG#13133: Local variables in stored procedures are not initialized cor...unknown2005-09-131-26/+9
* | Fix for valgrind warning/crashes: When executing SP statement, If we set unknown2005-09-091-5/+16
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-091-11/+39
|\ \
| * | Fix for BUG#12637: Make SPs+user variables replication work:unknown2005-09-071-11/+39
| |/
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-081-2/+13
|\ \
| * | fix for Bug #12849 Stored Procedure: Crash on procedure call with CHAR type '...unknown2005-09-081-2/+13
| |/
* | Remove an obsolete comment and an unused variable.unknown2005-09-081-11/+0
|/
* Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".unknown2005-09-031-19/+56
* Rename:unknown2005-09-021-38/+34
* sp_head.cc:unknown2005-09-021-2/+2
* Fix for valgrind warning: Check for thd->binlog_evt_union.unioned_events only ifunknown2005-08-281-1/+1
* Merge deer.(none):/home/hf/work/mysql-5.0.10499unknown2005-08-271-1/+1
|\
| * Fix for bug #10499 (Function creation with GEOMETRY return)unknown2005-08-101-1/+1
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-271-33/+30
|\ \
| * | Slightly amended Monty's SP replication code cleanup patchunknown2005-08-271-33/+30
* | | Merge mysql.com:/Users/kent/mysql/bk/mysql-5.0-releaseunknown2005-08-261-2/+6
|\ \ \ | |/ / |/| |
| * | Compiler error fix for ICC 8.1unknown2005-08-261-2/+6
* | | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-251-3/+18
|\ \ \ | |/ / |/| |
| * | Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-251-3/+18
| |\ \
| | * | Fix Bug#11333 "Stored Procedure: Memory blow up on repeated SELECT ... INTO q...unknown2005-08-251-4/+19
* | | | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...unknown2005-08-251-8/+244
|/ / /
* | | fix compilation failure appeared after monty's cleanupunknown2005-08-241-1/+1
* | | Cleanup during review of new pushed codeunknown2005-08-221-124/+130
|/ /
* | A fix and a test case for "Bug #12168 'DECLARE CONTINUE HANDLER FOR unknown2005-08-191-2/+2
* | Fix for Bug#11247 Stored procedures: Function calls in long loops leak memoryunknown2005-08-181-132/+211
* | Clean up merge from 4.1unknown2005-08-151-1/+1
* | Save and clear run context before executing a stored function or trigger and ...unknown2005-08-151-3/+4
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-08-111-82/+132
|\ \
| * | Cleanups during review of new codeunknown2005-08-111-82/+132
| |/
* | Fix after merging patch solving bug #10055 "Using stored function withunknown2005-08-091-1/+1
|/
* Manual mergeunknown2005-08-031-1/+52
|\
| * Prelocking-free SPs, post-review fixes:unknown2005-08-031-38/+20
| * Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...unknown2005-07-301-1/+70
* | Fix crash in 'SHOW CREATE FUNCTION' introduced by Monty's lastunknown2005-08-011-3/+1
* | store/restore sql_mode which was in force during ctrigger creation (BUG#5891)unknown2005-07-281-29/+15
|/
* Fixed BUG#9538: SProc: Creation fails if we try to SET system variableunknown2005-07-151-0/+6
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-091-89/+24
|\
| * Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersunknown2005-07-091-89/+24
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-061-1/+25
|\ \
| * | "Fix" for bug #11394 "Recursion in SP crash server" and bug #11600unknown2005-07-011-1/+25
* | | BUG#9814: post-review fixes: clear thd->net.no_send error after SP instructionunknown2005-07-041-4/+4
* | | Fix for BUG#9814: Clear thd->net.no_send_error before each SP instruction unknown2005-07-041-0/+6
* | | Name resolution context added (BUG#6443)unknown2005-07-011-4/+4
* | | Fixing comment format in sp_head.cc.unknown2005-06-301-5/+5
* | | Fixed BUG#11529: crash server after use stored procedureunknown2005-06-301-1/+13
|/ /
* | fixed SP parameter executionunknown2005-06-291-8/+8
* | Fixed comments.unknown2005-06-281-7/+0
* | - implement inheritance of sp_instr: public Query_arena.unknown2005-06-231-41/+30