summaryrefslogtreecommitdiff
path: root/sql/sp_pcontext.h
Commit message (Expand)AuthorAgeFilesLines
* Added override to all releveant methods in Item (and a few other classes)Monty2021-05-191-1/+2
* MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-3/+3
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * 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
* | | | | Cleanup: removing unused type LEX_TYPE and #includeAlexander Barkov2019-04-011-1/+0
|/ / / /
* | | | MDEV-17652 Add sql_mode specific tokens for some keywordsAlexander Barkov2018-11-091-7/+1
* | | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-0/+3
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-1/+1
* | | | MDEV-14212 Add Field_row for SP ROW variablesAlexander Barkov2017-10-301-2/+0
* | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-021-4/+4
|\ \ \ \ | |/ / /
| * | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-4/+4
* | | | MDEV-12695 Add Column_definition::type_handler()Alexander Barkov2017-05-051-1/+1
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-43/+43
* | | | MDEV-12441 Variables declared after cursors with parameters lose valuesAlexander Barkov2017-04-051-4/+10
* | | | MDEV-12291 Allow ROW variables as SELECT INTO targetsAlexander Barkov2017-04-051-0/+3
* | | | MDEV-10598 Variable declarations can go after cursor declarationsAlexander Barkov2017-04-051-0/+9
* | | | MDEV-10581 sql_mode=ORACLE: Explicit cursor FOR LOOPAlexander Barkov2017-04-051-0/+13
* | | | MDEV-12011 sql_mode=ORACLE: cursor%ROWTYPE in variable declarationsAlexander Barkov2017-04-051-3/+7
* | | | MDEV-10697 GOTO statementhalfspawn2017-04-051-6/+49
* | | | MDEV-10914 ROW data type for stored routine variablesAlexander Barkov2017-04-051-0/+14
* | | | MDEV-10577 sql_mode=ORACLE: %TYPE in variable declarationsAlexander Barkov2017-04-051-2/+2
* | | | MDEV-10597 Cursors with parametersAlexander Barkov2017-04-051-6/+43
* | | | MDEV-10587 sql_mode=ORACLE: User defined exceptionsAlexander Barkov2017-04-051-3/+38
* | | | MDEV-11037 Diagnostics_area refactoring for user defined exceptionsAlexander Barkov2017-04-051-35/+13
* | | | MDEV-10840 sql_mode=ORACLE: RAISE statement for predefined exceptionsAlexander Barkov2017-04-051-3/+21
* | | | MDEV-10839 sql_mode=ORACLE: Predefined exceptions: TOO_MANY_ROWS, NO_DATA_FOU...Alexander Barkov2017-04-051-0/+25
* | | | MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-0/+18
* | | | MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-1/+9
* | | | sql_lex.yy / sql_yacc_ora.yy refactoring for MDEV-10411.Alexander Barkov2017-04-051-3/+15
* | | | Moving the code from *.yy to new methods to LEX and sp_contextAlexander Barkov2017-04-051-5/+17
|/ / /
* | | Removing sp_variable::type, as it was always set to the same value withAlexander Barkov2015-11-261-4/+2
* | | A joint patch for:Alexander Barkov2015-11-251-2/+2
|/ /
* | parser cleanup: don't store field properties in LEX, use Create_field directlySergei Golubchik2014-12-041-10/+4
* | 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
|/