summaryrefslogtreecommitdiff
path: root/sql/sp_rcontext.cc
Commit message (Expand)AuthorAgeFilesLines
* 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/+59
* BUG#18037: Fix stack corruption in THD::rollback_item_tree_changes().knielsen@mysql.com2006-05-151-6/+7
* Renaming sp_pcontext members and methods; less cryptic and more consistent.pem@mysql.com2006-04-071-12/+12
* Post-review fix for BUG#15011.pem@mysql.com2006-02-011-0/+29
* Fixed BUGS#15011: error handler for mysql errno in nested block not activatedpem@mysql.com2006-01-251-1/+2
* Post-review fix. (BUG#15231)pem@mysql.com2006-01-171-1/+1
* Fixed BUG#15231: Stored procedure bug with not found condition handlerpem@mysql.com2005-12-131-7/+16
* Patch for WL#2894: Make stored routine variables workanozdrin@mysql.com2005-12-071-50/+256
* Fixed BUG#7049: Stored procedure CALL errors are ignoredpem@mysql.com2005-09-261-2/+6
* Fixed BUG#6127: Stored procedure handlers within handlers don't workpem@mysql.com2005-09-261-4/+9
* A fix and a test case for Bug#6513 "Test Suite: Values inserted by using konstantin@mysql.com2005-09-221-133/+76
* Fix for Bug#11247 Stored procedures: Function calls in long loops leak memorypetr@mysql.com2005-08-181-5/+5
* Fixed BUG#11529: crash server after use stored procedurepem@mysql.comhem.se2005-06-301-4/+5
* prohibit opening Query cache for SP cursors (BUG#9715)bell@sanja.is.com.ua2005-06-141-0/+11
* Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-06-101-13/+26
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-06-061-1/+1
| |\
| | * sp_rcontext.cc, sp_pcontext.cc, sp_head.cc, sp_cache.cc, ha_federated.cc:kent@mysql.com2005-06-051-1/+1
| * | Cleanup during reviewmonty@mysql.com2005-06-051-12/+25
| |/
* | 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-11/+52
* Revert fix for Bug #6048: it introduced new problems.jimw@mysql.com2005-05-181-11/+3
* Fixed BUG#6048: Stored procedure causes operating system reboot.pem@mysql.comhem.se2005-05-181-3/+11
* Item::fix_field need correct pointer on item reference to chnge it if itis ne...bell@book.sanja.is.com.ua2005-05-091-3/+3
* Fixed BUG#9598: stored procedure call within stored procedurepem@mysql.comhem.se2005-04-141-1/+0
* Fixed BUG#6900: Stored procedure inner handler ignoredpem@mysql.comhem.se2005-04-081-4/+4
* Fixed BUG#7299: Stored procedures: exception handler catches not-found condit...pem@mysql.comhem.se2005-04-081-2/+2
* Manual merge SP-locking improvements patch with current tree.dlenev@mysql.com2005-03-041-4/+4
|\
| * Better approach for prelocking of tables for stored routines executiondlenev@brandersnatch.localdomain2005-03-041-4/+4
* | Fixed BUILD script to use --with-berkeley-db instead of --with-bdbmonty@mysql.com2005-02-191-9/+18
|/
* Precision Math implementationhf@deer.(none)2005-02-091-2/+8
* post-review fixesbell@sanja.is.com.ua2004-11-121-6/+9
* mergebell@sanja.is.com.ua2004-10-281-17/+22
|\
| * Fixed BUG#6029: Stored procedure specific handlers should have priority.pem@mysql.comhem.se2004-10-231-17/+22
* | errors without code removedbell@sanja.is.com.ua2004-10-201-6/+6
|/
* Strict mode & better warningsmonty@mishka.local2004-09-281-3/+6
* Fixed BUG#4941: Stored procedure crash fetching null value into variable.pem@mysql.comhem.se2004-09-101-12/+15
* Fixed BUG#3294: Stored procedure crash if table dropped before use.pem@mysql.comhem.se2004-09-101-0/+3
* Fixed BUG#2653: Undeclared variables not detected in stored procedures.pem@mysql.comhem.se2004-07-211-2/+9
* Fix BUG#2269: Lost connect if stored procedure called before USEpem@mysql.comhem.se2004-01-091-3/+6
* Fix BUG#2260: Handler NOT FOUND declaration does't work in stored procedurepem@mysql.comhem.se2004-01-081-3/+3
* Fix BUG#2259: Crash after fetch from not-open cursor in stored procedurepem@mysql.comhem.se2004-01-081-6/+7
* Update for VC++monty@mysql.com2003-12-211-2/+0
* Fixed BUG#1965: Opening a cursor hangs client when malformed select failspem@mysql.comhem.se2003-11-271-3/+3
* Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ...pem@mysql.telia.com2003-10-141-0/+8
* WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...pem@mysql.telia.com2003-10-101-2/+144
* Implemented SP CONDITIONs and HANDLERs, with the extension of handlingpem@mysql.telia.com2003-09-161-0/+95