summaryrefslogtreecommitdiff
path: root/sql/sp_pcontext.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed memory leaks. alias.test now runs clean with valgrindMichael Widenius2013-06-201-1/+1
* Finished merging wl5986 started by Igor.unknown2013-06-191-355/+458
* 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 4968unknown2007-06-101-2/+2
* | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-3/+3
|/
* Bug#26503 (Illegal SQL exception handler code causes the server to crash)unknown2007-03-141-10/+51
* Many files:unknown2006-12-231-2/+1
* Fixed BUG#18949: Test case sp-goto is disabledunknown2006-04-181-4/+3
* Renaming sp_pcontext members and methods; less cryptic and more consistent.unknown2006-04-071-52/+78
* Fixed BUG#16887: Cursor causes server segfaultunknown2006-02-151-3/+7
* Merge mysql.com:/extern/mysql/bk/mysql-5.0unknown2006-01-161-0/+9
|\
| * Post-review fix (BUG#14498).unknown2006-01-161-0/+9
* | Patch for WL#2894: Make stored routine variables workunknown2005-12-071-14/+84
* | Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-12-021-0/+17
|\ \
| * | Post-review fixes for BUG#14376: MySQL crash on scoped variable (re)initializ...unknown2005-12-021-8/+9
| * | Fixed BUG#14376: MySQL crash on scoped variable (re)initializationunknown2005-11-011-0/+16
| |/
* | Post-review fixes, mainly fixing all print() methods for sp_instr* classes.unknown2005-11-181-4/+4
* | Background:unknown2005-11-171-10/+5
|/
* Fixed BUG#13133: Local variables in stored procedures are not initialized cor...unknown2005-09-131-10/+0
* Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...unknown2005-08-251-0/+5
* Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing...unknown2005-05-271-1/+1
* Fixed BUG#9856: Stored procedures: crash if handler for sqlexception, not found.unknown2005-04-131-7/+1
* Fixed BUG#9073: Able to declare two handlers for same condition in same scopeunknown2005-04-081-0/+10
* Fixed BUG#8760: Stored Procedures: Invalid SQLSTATE is allowed inunknown2005-02-281-0/+6
* Fix warnings and compilation failures (Windows).unknown2004-11-171-1/+1
* 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