summaryrefslogtreecommitdiff
path: root/sql/sp_pcontext.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed BUG#9073: Able to declare two handlers for same condition in same scopeunknown2005-04-081-0/+37
* Fixed BUG#8760: Stored Procedures: Invalid SQLSTATE is allowed inunknown2005-02-281-0/+24
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-02-251-1/+0
|\
| * Remove compiler warnings and remove not used variablesunknown2005-02-251-1/+0
* | Fixed BUG#8757: Stored Procedures: Scope of Begin and End Statements do not w...unknown2005-02-251-1/+1
|/
* Fixed BUG#5287: Stored procedure crash if leave outside loop.unknown2004-09-021-6/+3
* Major rehacking and cleanup of sp_pcontext.unknown2004-08-261-127/+83
* WL#2002: Implement stored procedure GOTO.unknown2004-08-171-4/+78
* Fixed BUG#2776: Stored procedure crash if variable assigned to default.unknown2004-04-061-0/+1
* Various bug fixes:unknown2003-11-131-7/+60
* WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...unknown2003-10-101-3/+39
* Implemented SP CONDITIONs and HANDLERs, with the extension of handlingunknown2003-09-161-4/+46
* Post merge fixes.unknown2003-04-041-6/+3
* Getting rid of lots of memory leaks (but not quite all of them yet,unknown2003-04-021-33/+24
* Replaced a couple of strcasecmps.unknown2003-03-271-1/+1
* Added IF EXISTS to DROP PROCEDURE|FUNCTION.unknown2003-03-261-6/+5
* Post post merge fix. Made the broken ip test work again.unknown2003-03-201-1/+5
* Post-merge fixes.unknown2003-03-191-2/+6
* Added parsing of CASE (both generic and "simple").unknown2002-12-171-14/+0
* Fixed the broken backpatching implementation.unknown2002-12-161-3/+6
* Fixed bugs in the parameter evaluation and modified the execution engineunknown2002-12-111-1/+41
* Simplistic, experimental framework for Stored Procedures (SPs).unknown2002-12-081-0/+91