summaryrefslogtreecommitdiff
path: root/sql/sp_rcontext.cc
Commit message (Expand)AuthorAgeFilesLines
* Item::fix_field need correct pointer on item reference to chnge it if itis ne...unknown2005-05-091-3/+3
* Fixed BUG#9598: stored procedure call within stored procedureunknown2005-04-141-1/+0
* Fixed BUG#6900: Stored procedure inner handler ignoredunknown2005-04-081-4/+4
* Fixed BUG#7299: Stored procedures: exception handler catches not-found condit...unknown2005-04-081-2/+2
* Manual merge SP-locking improvements patch with current tree.unknown2005-03-041-4/+4
|\
| * Better approach for prelocking of tables for stored routines executionunknown2005-03-041-4/+4
* | Fixed BUILD script to use --with-berkeley-db instead of --with-bdbunknown2005-02-191-9/+18
|/
* Precision Math implementationunknown2005-02-091-2/+8
* post-review fixesunknown2004-11-121-6/+9
* mergeunknown2004-10-281-17/+22
|\
| * Fixed BUG#6029: Stored procedure specific handlers should have priority.unknown2004-10-231-17/+22
* | errors without code removedunknown2004-10-201-6/+6
|/
* Strict mode & better warningsunknown2004-09-281-3/+6
* Fixed BUG#4941: Stored procedure crash fetching null value into variable.unknown2004-09-101-12/+15
* Fixed BUG#3294: Stored procedure crash if table dropped before use.unknown2004-09-101-0/+3
* Fixed BUG#2653: Undeclared variables not detected in stored procedures.unknown2004-07-211-2/+9
* Fix BUG#2269: Lost connect if stored procedure called before USEunknown2004-01-091-3/+6
* Fix BUG#2260: Handler NOT FOUND declaration does't work in stored procedureunknown2004-01-081-3/+3
* Fix BUG#2259: Crash after fetch from not-open cursor in stored procedureunknown2004-01-081-6/+7
* Update for VC++unknown2003-12-211-2/+0
* Fixed BUG#1965: Opening a cursor hangs client when malformed select failsunknown2003-11-271-3/+3
* Fix for BUG#1495: Evaluate items before setting a local variable with SELECT ...unknown2003-10-141-0/+8
* WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...unknown2003-10-101-2/+144
* Implemented SP CONDITIONs and HANDLERs, with the extension of handlingunknown2003-09-161-0/+95