summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-10582 sql_mode=ORACLE: explicit cursor attributes %ISOPEN, %ROWCOUNT, %F...Alexander Barkov2017-04-058-10/+203
* DEV-10583 sql_mode=ORACLE: SQL%ROWCOUNTAlexander Barkov2017-04-051-1/+1
* MDEV-10583 sql_mode=ORACLE: SQL%ROWCOUNTAlexander Barkov2017-04-055-0/+47
* MDEV-10839 sql_mode=ORACLE: Predefined exceptions: TOO_MANY_ROWS, NO_DATA_FOU...Alexander Barkov2017-04-053-4/+53
* MDEV-10342 Providing compatibility for basic SQL built-in functionsAlexander Barkov2017-04-054-23/+60
* MDEV-10596 Allow VARCHAR and VARCHAR2 without length as a data type of routin...Alexander Barkov2017-04-051-22/+147
* MDEV-10801 sql_mode: dynamic SQL placeholdersAlexander Barkov2017-04-056-28/+68
* Fixed a crash in a EXIT/CONTINUE with an unknown identifier in the WHEN clauseAlexander Barkov2017-04-052-16/+35
* Fixed that 'FOR i IN 1..10' with no spaces around '..' returned a syntax error.Alexander Barkov2017-04-051-2/+7
* MDEV-10580 sql_mode=ORACLE: FOR loop statementAlexander Barkov2017-04-051-0/+2
* MDEV-10342 Providing compatibility for basic SQL built-in functionsAlexander Barkov2017-04-054-93/+167
* MDEV-10579 sql_mode=ORACLE: Triggers: Understand :NEW.c1 and :OLD.c1 instead ...Alexander Barkov2017-04-054-80/+105
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-053-0/+75
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-053-0/+38
* MDEV-10580 sql_mode=ORACLE: FOR loop statementAlexander Barkov2017-04-051-0/+24
* MDEV-10580 sql_mode=ORACLE: FOR loop statementAlexander Barkov2017-04-056-3/+216
* Changing a LEX::sp_variable_declarations_finalize() parameterAlexander Barkov2017-04-054-6/+8
* Refactoring for MDEV-10580 sql_mode=ORACLE: FOR loop statementAlexander Barkov2017-04-054-36/+33
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-2/+2
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-052-0/+51
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-2/+2
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-053-1/+5
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-053-13/+42
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-055-8/+82
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-054-155/+114
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-056-157/+76
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-053-12/+42
* Optimization for MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-055-3/+46
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-055-4/+119
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-052-3/+11
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-052-75/+86
* Reusing code: Adding LEX::make_sp_head() and LEX::make_sp_head_no_recursive()Alexander Barkov2017-04-056-116/+118
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-0/+1
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-0/+1
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-053-1/+35
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-053-21/+69
* Adding Lex_spblock_st::init() and Lex_spblock_st::join().Alexander Barkov2017-04-054-19/+34
* sql_lex.yy / sql_yacc_ora.yy refactoring for MDEV-10411.Alexander Barkov2017-04-057-120/+159
* Moving the code from *.yy to new methods to LEX and sp_contextAlexander Barkov2017-04-056-276/+185
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-1/+8
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-056-192/+259
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-054-49/+51
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-7/+12
* MDEV-10343 Providing compatibility for basic SQL data typesAlexander Barkov2017-04-053-3/+35
* Making sp_create_assignment_lex() and sp_create_assignment_lex() non-staticAlexander Barkov2017-04-053-112/+6
* Moving the code from my_parse_error() to THD::parse_error().Alexander Barkov2017-04-054-168/+137
* Adding an alternative grammar file sql_yacc_ora.yy for sql_mode=ORACLEAlexander Barkov2017-04-056-1/+16435
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-04-0512-29/+321
|\
| * Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocksSergei Petrunia2017-04-044-13/+272
| |\
| | * Fixed bug mdev-10454.Igor Babaev2017-04-034-13/+272