summaryrefslogtreecommitdiff
path: root/sql/sql_yacc_ora.yy
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16288 ALTER TABLE…ALGORITHM=DEFAULT does not override alter_algorithmThirunarayanan Balathandayuthapani2020-05-041-2/+2
* Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-111-2/+2
* MDEV-20074: Lost connection on update triggerOleksandr Byelkin2019-10-171-3/+10
* Merge 10.2 into 10.3Marko Mäkelä2019-09-231-2/+0
* Adding missing semicolons to sql_yacc_ora.yy (10.3), indentation cleanups.Alexander Barkov2019-09-111-20/+44
* MDEV-18501 Partition pruning doesn't work for historical queries (cleanup)Aleksey Midenkov2019-09-011-4/+4
* MDEV-19127 Assertion `row_start_field' failed in vers_prepare_keys upon ALTER...Aleksey Midenkov2019-08-111-0/+6
* MDEV-20263 sql_mode=ORACLE: BLOB(65535) should not translate to LONGBLOBAlexander Barkov2019-08-061-1/+6
* Changes of merge moved to oracle mode parser.Oleksandr Byelkin2019-07-271-18/+20
* MDEV-17363 - Compressed columns cannot be restored from dumpAlexander Barkov2019-06-181-37/+76
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-45/+22
* MDEV-18136 Server crashes in Item_func_dyncol_create::prepare_argumentsAleksey Midenkov2019-05-201-6/+1
* MDEV-16872 Add CAST(expr AS FLOAT)Alexander Barkov2019-05-161-0/+1
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-16/+19
* MDEV-17894 Assertion `(thd->lex)->current_select' failed in MYSQLparse(),Igor Babaev2019-05-081-5/+15
* Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-2/+2
* make compatible parser in sync with main oneOleksandr Byelkin2019-02-191-12/+29
* MDEV-17253 Oracle compatibility: The REVERSE key word for FOR loop behaves in...Alexander Barkov2018-11-131-5/+2
* MDEV-17693 Shift/reduce conflicts for NAMES,ROLE,PASSWORD in the option_value...Alexander Barkov2018-11-131-6/+43
* MDEV-17687 Add sql_mode specific tokens for keywords BLOB, CLOB, NUMBER, RAW,...Alexander Barkov2018-11-121-18/+34
* MDEV-17669 Add sql_mode specific tokens for the keyword DECLAREAlexander Barkov2018-11-121-3/+4
* MDEV-17666 sql_mode=ORACLE: Keyword ELSEIF should not be reservedAlexander Barkov2018-11-121-1/+3
* MDEV-17664 Add sql_mode specific tokens for ':' and '%'Alexander Barkov2018-11-111-64/+41
* A join patch for MDEV-17660 and MDEV-17661Alexander Barkov2018-11-101-28/+36
* MDEV-17652 Add sql_mode specific tokens for some keywordsAlexander Barkov2018-11-091-84/+131
* After-merge fixes to the Oracle compatibility parserMarko Mäkelä2018-11-081-2/+12
* MDEV-17359 Concatenation operator || in like expressionhalfspawn2018-10-181-2/+2
* MDEV-17374 Shift/reduce conflicts because of SOUNDS_SYM, ESCAPE_SYM, USER_SYM...Alexander Barkov2018-10-041-6/+20
* Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-3/+15
* Correction for MDEV-16930.Igor Babaev2018-08-241-2/+2
* MDEV-16930 Crash when VALUES in derived table contains expressionsIgor Babaev2018-08-211-1/+41
* MDEV-15941 Explicit cursor FOR loop does not close the cursorAlexander Barkov2018-06-201-6/+2
* MDEV-16464 Oracle Comp.: Sql-Error on "SELECT name, comment FROM mysql.proc"Alexander Barkov2018-06-131-1/+2
* MDEV-16244 sql_mode=ORACLE: Some keywords do not work in variable declarationsAlexander Barkov2018-05-231-80/+141
* A cleanup for MDEV-15818 Fix shift-reduce conflicts in the new 10.3 syntaxAlexander Barkov2018-05-221-3/+3
* A cleanup for 2a33d248e0bd910ec10a2bb68e47f17b47e3a980Alexander Barkov2018-05-211-3/+1
* Cleanup: fixing shift-reduce conflicts in expr/bool_pri/predicateAlexander Barkov2018-05-211-4/+7
* MDEV-15975 PL/SQL parser does not understand historical queriesAlexander Barkov2018-05-181-123/+524
* sql_yacc_ora.yy: mering MDEV-13384 "window" seems like a reserved column name...Alexander Barkov2018-05-181-5/+19
* MDEV-15818 Fix shift-reduce conflicts in the new 10.3 syntaxAlexander Barkov2018-05-171-7/+32
* Cleanup: moving keyword comments such as SQL-2003-R from rules to %token comm...Alexander Barkov2018-05-171-15/+15
* MDEV-16202 Latest changes made erroneously some keywords reserved in sql_mode...Alexander Barkov2018-05-171-8/+12
* Token precedence cleanup in *.yyAlexander Barkov2018-05-161-3/+3
* MDEV-16186 Concatenation operator || returns wrong results in sql_mode=ORACLEAlexander Barkov2018-05-161-20/+43
* Removing redundant "%left INTERVAL_SYM" and "%prec INTERVAL_SYM"Alexander Barkov2018-05-151-6/+3
* MDEV-16152 Expressions with INTERVAL return bad results in some casesAlexander Barkov2018-05-141-7/+19
* Removing some duplicate code in THD::convert_string() & friendsAlexander Barkov2018-05-111-38/+6
* Remove mem_alloc_error()Michael Widenius2018-05-071-13/+6
* Add likely/unlikely to speed up executionMonty2018-05-071-1238/+1326
* MDEV-16095 Oracle-style placeholder inside GROUP BY..WITH ROLLUP breaks repli...Alexander Barkov2018-05-061-4/+4