summaryrefslogtreecommitdiff
path: root/sql/sp_head.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean up merge from 4.1jimw@mysql.com2005-08-151-1/+1
* Save and clear run context before executing a stored function or trigger and ...monty@mysql.com2005-08-151-3/+4
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-08-111-82/+132
|\
| * Cleanups during review of new codemonty@mysql.com2005-08-111-82/+132
* | Fix after merging patch solving bug #10055 "Using stored function withdlenev@mysql.com2005-08-091-1/+1
|/
* Manual mergesergefp@mysql.com2005-08-031-1/+52
|\
| * Prelocking-free SPs, post-review fixes:sergefp@mysql.com2005-08-031-38/+20
| * Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...sergefp@mysql.com2005-07-301-1/+70
* | Fix crash in 'SHOW CREATE FUNCTION' introduced by Monty's lastjimw@mysql.com2005-08-011-3/+1
* | store/restore sql_mode which was in force during ctrigger creation (BUG#5891)bell@sanja.is.com.ua2005-07-281-29/+15
|/
* Fixed BUG#9538: SProc: Creation fails if we try to SET system variablepem@mysql.com2005-07-151-0/+6
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-091-89/+24
|\
| * Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersdlenev@mysql.com2005-07-091-89/+24
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-07-061-1/+25
|\ \
| * | "Fix" for bug #11394 "Recursion in SP crash server" and bug #11600dlenev@brandersnatch.localdomain2005-07-011-1/+25
* | | BUG#9814: post-review fixes: clear thd->net.no_send error after SP instructionsergefp@mysql.com2005-07-041-4/+4
* | | Fix for BUG#9814: Clear thd->net.no_send_error before each SP instruction sergefp@mysql.com2005-07-041-0/+6
* | | Name resolution context added (BUG#6443)bell@sanja.is.com.ua2005-07-011-4/+4
* | | Fixing comment format in sp_head.cc.pem@mysql.comhem.se2005-06-301-5/+5
* | | Fixed BUG#11529: crash server after use stored procedurepem@mysql.comhem.se2005-06-301-1/+13
|/ /
* | fixed SP parameter executionbell@sanja.is.com.ua2005-06-291-8/+8
* | Fixed comments.konstantin@mysql.com2005-06-281-7/+0
* | - implement inheritance of sp_instr: public Query_arena.konstantin@mysql.com2005-06-231-41/+30
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0konstantin@mysql.com2005-06-221-2/+2
|\ \
| * | Adjust to the changed Query_arena constructor:konstantin@mysql.com2005-06-221-2/+2
* | | fixed items cleunup for SP (BUG#10136)bell@sanja.is.com.ua2005-06-221-1/+15
|/ /
* | A preparatory patch to help adding JOIN::transform() and move one-time konstantin@mysql.com2005-06-211-0/+1
* | renamed:serg@serg.mylan2005-06-151-4/+4
|/
* Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-06-101-20/+19
|\
| * A fix and test case for Bug#10729 "mysql_stmt_attr_set konstantin@mysql.com2005-06-091-1/+1
| * Manual merge.konstantin@mysql.com2005-06-071-2/+2
| |\
| | * Patch two (the final one) for Bug#7306 "the server side preparedStatementkonstantin@mysql.com2005-06-071-2/+2
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-06-061-2/+1
| |\ \
| | * | sp_rcontext.cc, sp_pcontext.cc, sp_head.cc, sp_cache.cc, ha_federated.cc:kent@mysql.com2005-06-051-2/+1
| | |/
| * | mergemonty@mysql.com2005-06-051-15/+15
| |\ \ | | |/ | |/|
| | * Cleanup during reviewmonty@mysql.com2005-06-051-5/+5
* | | Post review and additional fix for BUG#10968: Stored procedures: crash if lon...pem@mysql.comhem.se2005-06-101-3/+23
* | | Fixed BUG#10968: Stored procedures: crash if long looppem@mysql.comhem.se2005-06-031-4/+71
|/ /
* | Fixed BUG#10961: Stored procedures: crash if select * from dualpem@mysql.comhem.se2005-06-011-1/+13
|/
* Post-review fixes of BUG#9937: Crash on call to stored procedure.pem@mysql.comhem.se2005-05-311-1/+1
* Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-05-301-4/+2
|\
| * Fixed BUG#9937: Crash on call to stored procedure.pem@mysql.comhem.se2005-05-261-4/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0dlenev@mysql.com2005-05-271-3/+3
|\ \
| * | Fix for trigger.test failure in --debug mode.dlenev@brandersnatch.localdomain2005-05-271-3/+3
| |/
* | Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing...msvensson@neptunus.(none)2005-05-271-1/+1
|/
* Fixed on BUG#6048: Stored procedure causes operating system rebootpem@mysql.comhem.se2005-05-231-25/+20
* Revert fix for Bug #6048: it introduced new problems.jimw@mysql.com2005-05-181-22/+15
* Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-05-181-15/+22
|\
| * Fixed BUG#6048: Stored procedure causes operating system reboot.pem@mysql.comhem.se2005-05-181-15/+22
* | Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0acurtis@xiphis.org2005-05-171-1/+2
|\ \