summaryrefslogtreecommitdiff
path: root/sql/sp_pcontext.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17652 Add sql_mode specific tokens for some keywordsAlexander Barkov2018-11-091-0/+13
* MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-7/+7
* Change C_STRING_WITH_LEN to STRING_WITH_LENMonty2018-01-301-5/+5
* Optimize LEX_STRING comparisonsMichael Widenius2017-08-241-4/+4
* Changed KEY names to use LEX_CSTRINGMichael Widenius2017-08-241-0/+2
* Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
* Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-21/+21
* MDEV-12441 Variables declared after cursors with parameters lose valuesAlexander Barkov2017-04-051-5/+74
* MDEV-10581 sql_mode=ORACLE: Explicit cursor FOR LOOPAlexander Barkov2017-04-051-0/+12
* MDEV-12011 sql_mode=ORACLE: cursor%ROWTYPE in variable declarationsAlexander Barkov2017-04-051-2/+3
* MDEV-12133 sql_mode=ORACLE: table%ROWTYPE in variable declarationsAlexander Barkov2017-04-051-3/+2
* MDEV-10697 GOTO statementhalfspawn2017-04-051-3/+58
* MDEV-10914 ROW data type for stored routine variablesAlexander Barkov2017-04-051-0/+21
* MDEV-10577 sql_mode=ORACLE: %TYPE in variable declarationsAlexander Barkov2017-04-051-1/+1
* MDEV-10597 Cursors with parametersAlexander Barkov2017-04-051-8/+8
* MDEV-10587 sql_mode=ORACLE: User defined exceptionsAlexander Barkov2017-04-051-58/+86
* MDEV-11037 Diagnostics_area refactoring for user defined exceptionsAlexander Barkov2017-04-051-10/+9
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-2/+10
* MDEV-10840 sql_mode=ORACLE: RAISE statement for predefined exceptionsAlexander Barkov2017-04-051-5/+9
* MDEV-10582 sql_mode=ORACLE: explicit cursor attributes %ISOPEN, %ROWCOUNT, %F...Alexander Barkov2017-04-051-1/+3
* MDEV-10839 sql_mode=ORACLE: Predefined exceptions: TOO_MANY_ROWS, NO_DATA_FOU...Alexander Barkov2017-04-051-3/+27
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-2/+20
* sql_lex.yy / sql_yacc_ora.yy refactoring for MDEV-10411.Alexander Barkov2017-04-051-1/+1
* Moving the code from *.yy to new methods to LEX and sp_contextAlexander Barkov2017-04-051-3/+3
* 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