summaryrefslogtreecommitdiff
path: root/sql/sp_pcontext.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| |\
| | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | A joint patch for:Alexander Barkov2015-11-251-1/+1
|/ /
* | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-1/+1
* | parser cleanup: don't store field properties in LEX, use Create_field directlySergei Golubchik2014-12-041-5/+2
* | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | 10.0-monty mergeSergei Golubchik2013-07-211-270/+293
|\ \
| * | Finished merging wl5986 started by Igor.unknown2013-06-191-270/+293
|/ /
* | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-10/+10
* | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-20/+20
|/
* 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
* | | 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)unknown2008-03-211-0/+2
* | Follow up after work on Bug 4968unknown2007-06-101-1/+1
* | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-10/+10
|/
* Bug#26503 (Illegal SQL exception handler code causes the server to crash)unknown2007-03-141-22/+68
* Many files:unknown2006-12-231-2/+1
* Fixed BUG#18949: Test case sp-goto is disabledunknown2006-04-181-1/+1
* Renaming sp_pcontext members and methods; less cryptic and more consistent.unknown2006-04-071-80/+81
* Fixed BUG#16887: Cursor causes server segfaultunknown2006-02-151-4/+12
* Patch for WL#2894: Make stored routine variables workunknown2005-12-071-20/+55
* Merge mysql.com:/usr/local/bk/mysql-5.0unknown2005-12-021-2/+2
|\
| * Post-review fixes for BUG#14376: MySQL crash on scoped variable (re)initializ...unknown2005-12-021-2/+1
| * Fixed BUG#14376: MySQL crash on scoped variable (re)initializationunknown2005-11-011-2/+3
* | Post-review fixes, mainly fixing all print() methods for sp_instr* classes.unknown2005-11-181-14/+12
* | Background:unknown2005-11-171-0/+42
|/
* Fixed BUG#13133: Local variables in stored procedures are not initialized cor...unknown2005-09-131-1/+0
* sp_rcontext.cc, sp_pcontext.cc, sp_head.cc, sp_cache.cc, ha_federated.cc:unknown2005-06-051-1/+1
* Add USE_PRAGMA_INTERFACE and USE_PRAGMA_IMPLEMENTATION to files not existsing...unknown2005-05-271-1/+1
* Fixed BUG#9073: Able to declare two handlers for same condition in same scopeunknown2005-04-081-0/+37
* Fixed BUG#8760: Stored Procedures: Invalid SQLSTATE is allowed inunknown2005-02-281-0/+24
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-02-251-1/+0
|\
| * Remove compiler warnings and remove not used variablesunknown2005-02-251-1/+0
* | Fixed BUG#8757: Stored Procedures: Scope of Begin and End Statements do not w...unknown2005-02-251-1/+1
|/
* Fixed BUG#5287: Stored procedure crash if leave outside loop.unknown2004-09-021-6/+3
* Major rehacking and cleanup of sp_pcontext.unknown2004-08-261-127/+83
* WL#2002: Implement stored procedure GOTO.unknown2004-08-171-4/+78
* Fixed BUG#2776: Stored procedure crash if variable assigned to default.unknown2004-04-061-0/+1
* Various bug fixes:unknown2003-11-131-7/+60
* WL#962: Added simple, read-only, non-scrolling, asensitive cursors in SPs, us...unknown2003-10-101-3/+39
* Implemented SP CONDITIONs and HANDLERs, with the extension of handlingunknown2003-09-161-4/+46
* Post merge fixes.unknown2003-04-041-6/+3