summaryrefslogtreecommitdiff
path: root/sql/sp_pcontext.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed BUG#5287: Stored procedure crash if leave outside loop.unknown2004-09-021-1/+1
* Major rehacking and cleanup of sp_pcontext.unknown2004-08-261-63/+50
* WL#2002: Implement stored procedure GOTO.unknown2004-08-171-3/+48
* Fixed BUG#2776: Stored procedure crash if variable assigned to default.unknown2004-04-061-0/+10
* Various bug fixes:unknown2003-11-131-3/+17
* WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...unknown2003-10-101-2/+26
* Implemented SP CONDITIONs and HANDLERs, with the extension of handlingunknown2003-09-161-3/+59
* Getting rid of lots of memory leaks (but not quite all of them yet,unknown2003-04-021-17/+24
* Added IF EXISTS to DROP PROCEDURE|FUNCTION.unknown2003-03-261-1/+1
* Added parsing of CASE (both generic and "simple").unknown2002-12-171-4/+1
* Fixed the broken backpatching implementation.unknown2002-12-161-5/+5
* Moved create/find/drop functions to a separate files (sp.cc,sp.h).unknown2002-12-121-0/+6
* Fixed bugs in the parameter evaluation and modified the execution engineunknown2002-12-111-0/+25
* Simplistic, experimental framework for Stored Procedures (SPs).unknown2002-12-081-0/+127