summaryrefslogtreecommitdiff
path: root/sql/sp_pcontext.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-4/+0
* WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-1/+2
* Backport of:Konstantin Osipov2009-11-241-20/+20
* WL#2110 (SIGNAL)Marc Alff2009-09-101-1/+2
* mergingAlexey Botchkov2009-04-291-12/+11
|\
| * Bug#25058 ignored return codes in memory allocation functionsAlexey Botchkov2008-11-211-11/+11
* | Bug#8759 (Stored Procedures: SQLSTATE '00000' should be illegal)malff@lambda.hsd1.co.comcast.net.2008-03-211-0/+2
* | Follow up after work on Bug 4968kostja@bodhi.(none)2007-06-101-1/+1
* | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-10/+10
|/
* Bug#26503 (Illegal SQL exception handler code causes the server to crash)malff/marcsql@weblab.(none)2007-03-141-22/+68
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* Fixed BUG#18949: Test case sp-goto is disabledpem@mysql.com2006-04-181-1/+1
* Renaming sp_pcontext members and methods; less cryptic and more consistent.pem@mysql.com2006-04-071-80/+81
* Fixed BUG#16887: Cursor causes server segfaultpem@mysql.com2006-02-151-4/+12
* Patch for WL#2894: Make stored routine variables workanozdrin@mysql.com2005-12-071-20/+55
* Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-12-021-2/+2
|\
| * Post-review fixes for BUG#14376: MySQL crash on scoped variable (re)initializ...pem@mysql.com2005-12-021-2/+1
| * Fixed BUG#14376: MySQL crash on scoped variable (re)initializationpem@mysql.com2005-11-011-2/+3
* | Post-review fixes, mainly fixing all print() methods for sp_instr* classes.pem@mysql.com2005-11-181-14/+12
* | Background:pem@mysql.com2005-11-171-0/+42
|/
* Fixed BUG#13133: Local variables in stored procedures are not initialized cor...pem@mysql.com2005-09-131-1/+0
* sp_rcontext.cc, sp_pcontext.cc, sp_head.cc, sp_cache.cc, ha_federated.cc:kent@mysql.com2005-06-051-1/+1
* Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing...msvensson@neptunus.(none)2005-05-271-1/+1
* Fixed BUG#9073: Able to declare two handlers for same condition in same scopepem@mysql.comhem.se2005-04-081-0/+37
* Fixed BUG#8760: Stored Procedures: Invalid SQLSTATE is allowed inpem@mysql.comhem.se2005-02-281-0/+24
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2005-02-251-1/+0
|\
| * Remove compiler warnings and remove not used variablesmonty@mysql.com2005-02-251-1/+0
* | Fixed BUG#8757: Stored Procedures: Scope of Begin and End Statements do not w...pem@mysql.comhem.se2005-02-251-1/+1
|/
* 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