summaryrefslogtreecommitdiff
path: root/sql/sp_pcontext.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed BUG#5287: Stored procedure crash if leave outside loop.pem@mysql.comhem.se2004-09-021-6/+3
* Major rehacking and cleanup of sp_pcontext.pem@mysql.comhem.se2004-08-261-127/+83
* WL#2002: Implement stored procedure GOTO.pem@mysql.comhem.se2004-08-171-4/+78
* Fixed BUG#2776: Stored procedure crash if variable assigned to default.pem@mysql.comhem.se2004-04-061-0/+1
* Various bug fixes:pem@mysql.comhem.se2003-11-131-7/+60
* WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...pem@mysql.telia.com2003-10-101-3/+39
* Implemented SP CONDITIONs and HANDLERs, with the extension of handlingpem@mysql.telia.com2003-09-161-4/+46
* Post merge fixes.pem@mysql.com2003-04-041-6/+3
* Getting rid of lots of memory leaks (but not quite all of them yet,pem@mysql.com2003-04-021-33/+24
* Replaced a couple of strcasecmps.pem@mysql.com2003-03-271-1/+1
* Added IF EXISTS to DROP PROCEDURE|FUNCTION.pem@mysql.com2003-03-261-6/+5
* Post post merge fix. Made the broken ip test work again.pem@mysql.com2003-03-201-1/+5
* Post-merge fixes.pem@mysql.com2003-03-191-2/+6
* Added parsing of CASE (both generic and "simple").pem@mysql.com2002-12-171-14/+0
* Fixed the broken backpatching implementation.pem@mysql.com2002-12-161-3/+6
* Fixed bugs in the parameter evaluation and modified the execution enginepem@mysql.com2002-12-111-1/+41
* Simplistic, experimental framework for Stored Procedures (SPs).pem@mysql.com2002-12-081-0/+91