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