summaryrefslogtreecommitdiff
path: root/sql/sp_pcontext.h
Commit message (Expand)AuthorAgeFilesLines
* Updated/added copyright headersKent Boortz2011-06-301-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+5
| |\
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
| * | Manual merge.Davi Arnaut2009-12-181-1/+1
| |\ \ | | |/
| | * Bug#48983: Bad strmake calls (length one too long)Davi Arnaut2009-12-171-1/+1
* | | Auto-merge from mysql-trunk-bugfixing.Alexander Nozdrin2010-07-301-7/+0
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+6
* | | WL#2110 (SIGNAL)Marc Alff2009-09-101-1/+1
|/ /
* | mergingAlexey Botchkov2009-04-291-2/+2
|\ \ | |/
| * Bug#25058 ignored return codes in memory allocation functionsAlexey Botchkov2008-11-211-2/+2
* | Follow up after work on Bug 4968kostja@bodhi.(none)2007-06-101-2/+2
* | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-3/+3
|/
* Bug#26503 (Illegal SQL exception handler code causes the server to crash)malff/marcsql@weblab.(none)2007-03-141-10/+51
* 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-4/+3
* Renaming sp_pcontext members and methods; less cryptic and more consistent.pem@mysql.com2006-04-071-52/+78
* Fixed BUG#16887: Cursor causes server segfaultpem@mysql.com2006-02-151-3/+7
* Merge mysql.com:/extern/mysql/bk/mysql-5.0pem@mysql.com2006-01-161-0/+9
|\
| * Post-review fix (BUG#14498).pem@mysql.com2006-01-161-0/+9
* | Patch for WL#2894: Make stored routine variables workanozdrin@mysql.com2005-12-071-14/+84
* | Merge mysql.com:/usr/local/bk/mysql-5.0pem@mysql.com2005-12-021-0/+17
|\ \
| * | Post-review fixes for BUG#14376: MySQL crash on scoped variable (re)initializ...pem@mysql.com2005-12-021-8/+9
| * | Fixed BUG#14376: MySQL crash on scoped variable (re)initializationpem@mysql.com2005-11-011-0/+16
| |/
* | Post-review fixes, mainly fixing all print() methods for sp_instr* classes.pem@mysql.com2005-11-181-4/+4
* | Background:pem@mysql.com2005-11-171-10/+5
|/
* Fixed BUG#13133: Local variables in stored procedures are not initialized cor...pem@mysql.com2005-09-131-10/+0
* Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...sergefp@mysql.com2005-08-251-0/+5
* Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing...msvensson@neptunus.(none)2005-05-271-1/+1
* Fixed BUG#9856: Stored procedures: crash if handler for sqlexception, not found.pem@mysql.comhem.se2005-04-131-7/+1
* Fixed BUG#9073: Able to declare two handlers for same condition in same scopepem@mysql.comhem.se2005-04-081-0/+10
* Fixed BUG#8760: Stored Procedures: Invalid SQLSTATE is allowed inpem@mysql.comhem.se2005-02-281-0/+6
* 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