summaryrefslogtreecommitdiff
path: root/sql/sp_rcontext.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #28076: inconsistent binary/varbinary comparison.gshchepa/uchum@gleb.loc2007-11-101-1/+1
* Bug#24989: The DEADLOCK error is improperly handled by InnoDB.evgen@moonbone.local2007-07-301-1/+5
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* Bug#8153 (Stored procedure with subquery and continue handler, wrong result)malff/marcsql@weblab.(none)2006-08-021-0/+6
* BUG#18037: Fix stack corruption in THD::rollback_item_tree_changes().knielsen@mysql.com2006-05-151-4/+4
* Renaming sp_pcontext members and methods; less cryptic and more consistent.pem@mysql.com2006-04-071-4/+4
* Fixed compiler warnings from gcc 4.0.2:monty@mysql.com2006-02-251-0/+1
* Patch for WL#2894: Make stored routine variables workanozdrin@mysql.com2005-12-071-65/+77
* Merge sanja.is.com.ua:/home/bell/mysql/bk/work-bug2-5.0bell@sanja.is.com.ua2005-11-231-0/+8
|\
| * Fix for BUG#13549 "Server crash with nested stored proceduresbell@sanja.is.com.ua2005-11-231-0/+8
* | Additional fix for BUG#7049, after review.pem@mysql.com2005-10-171-0/+7
* | Fixed BUG#7049: Stored procedure CALL errors are ignoredpem@mysql.com2005-09-261-1/+3
|/
* Fixed BUG#6127: Stored procedure handlers within handlers don't workpem@mysql.com2005-09-261-7/+20
* A fix and a test case for Bug#6513 "Test Suite: Values inserted by using konstantin@mysql.com2005-09-221-14/+29
* Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...sergefp@mysql.com2005-08-251-0/+10
* Fix for Bug#11247 Stored procedures: Function calls in long loops leak memorypetr@mysql.com2005-08-181-1/+7
* Fixed BUG#11529: crash server after use stored procedurepem@mysql.comhem.se2005-06-301-2/+10
* prohibit opening Query cache for SP cursors (BUG#9715)bell@sanja.is.com.ua2005-06-141-5/+1
* Post review and additional fix for BUG#10968: Stored procedures: crash if lon...pem@mysql.comhem.se2005-06-101-0/+1
* 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-4/+3
* Item::fix_field need correct pointer on item reference to chnge it if itis ne...bell@book.sanja.is.com.ua2005-05-091-1/+9
* Fixed BUG#9598: stored procedure call within stored procedurepem@mysql.comhem.se2005-04-141-13/+0
* Better approach for prelocking of tables for stored routines executiondlenev@brandersnatch.localdomain2005-03-041-5/+6
* Fixed BUG#6029: Stored procedure specific handlers should have priority.pem@mysql.comhem.se2004-10-231-1/+1
* Strict mode & better warningsmonty@mishka.local2004-09-281-1/+1
* Fixed BUG#3294: Stored procedure crash if table dropped before use.pem@mysql.comhem.se2004-09-101-0/+2
* Fixed BUG#2653: Undeclared variables not detected in stored procedures.pem@mysql.comhem.se2004-07-211-1/+2
* Fix BUG#2269: Lost connect if stored procedure called before USEpem@mysql.comhem.se2004-01-091-1/+1
* Fix BUG#2259: Crash after fetch from not-open cursor in stored procedurepem@mysql.comhem.se2004-01-081-1/+1
* Update for VC++monty@mysql.com2003-12-211-1/+1
* Fixed BUG#1965: Opening a cursor hangs client when malformed select failspem@mysql.comhem.se2003-11-271-1/+1
* Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ...pem@mysql.telia.com2003-10-141-0/+3
* WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...pem@mysql.telia.com2003-10-101-3/+76
* Implemented SP CONDITIONs and HANDLERs, with the extension of handlingpem@mysql.telia.com2003-09-161-8/+89
* Made stored FUNCTION invokation work almost always. Still buggy and unstable,...pem@mysql.com2003-02-261-1/+14
* Simplistic, experimental framework for Stored Procedures (SPs).pem@mysql.com2002-12-081-0/+82