| Commit message (Expand) | Author | Age | Files | Lines |
* | MDEV-16872 Add CAST(expr AS FLOAT) | Alexander Barkov | 2019-05-16 | 1 | -0/+1 |
* | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-05-12 | 1 | -16/+19 |
* | MDEV-17894 Assertion `(thd->lex)->current_select' failed in MYSQLparse(), | Igor Babaev | 2019-05-08 | 1 | -5/+15 |
* | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-03-17 | 1 | -2/+2 |
* | make compatible parser in sync with main one | Oleksandr Byelkin | 2019-02-19 | 1 | -12/+29 |
* | MDEV-17253 Oracle compatibility: The REVERSE key word for FOR loop behaves in... | Alexander Barkov | 2018-11-13 | 1 | -5/+2 |
* | MDEV-17693 Shift/reduce conflicts for NAMES,ROLE,PASSWORD in the option_value... | Alexander Barkov | 2018-11-13 | 1 | -6/+43 |
* | MDEV-17687 Add sql_mode specific tokens for keywords BLOB, CLOB, NUMBER, RAW,... | Alexander Barkov | 2018-11-12 | 1 | -18/+34 |
* | MDEV-17669 Add sql_mode specific tokens for the keyword DECLARE | Alexander Barkov | 2018-11-12 | 1 | -3/+4 |
* | MDEV-17666 sql_mode=ORACLE: Keyword ELSEIF should not be reserved | Alexander Barkov | 2018-11-12 | 1 | -1/+3 |
* | MDEV-17664 Add sql_mode specific tokens for ':' and '%' | Alexander Barkov | 2018-11-11 | 1 | -64/+41 |
* | A join patch for MDEV-17660 and MDEV-17661 | Alexander Barkov | 2018-11-10 | 1 | -28/+36 |
* | MDEV-17652 Add sql_mode specific tokens for some keywords | Alexander Barkov | 2018-11-09 | 1 | -84/+131 |
* | After-merge fixes to the Oracle compatibility parser | Marko Mäkelä | 2018-11-08 | 1 | -2/+12 |
* | MDEV-17359 Concatenation operator || in like expression | halfspawn | 2018-10-18 | 1 | -2/+2 |
* | MDEV-17374 Shift/reduce conflicts because of SOUNDS_SYM, ESCAPE_SYM, USER_SYM... | Alexander Barkov | 2018-10-04 | 1 | -6/+20 |
* | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-09-28 | 1 | -3/+15 |
* | Correction for MDEV-16930. | Igor Babaev | 2018-08-24 | 1 | -2/+2 |
* | MDEV-16930 Crash when VALUES in derived table contains expressions | Igor Babaev | 2018-08-21 | 1 | -1/+41 |
* | MDEV-15941 Explicit cursor FOR loop does not close the cursor | Alexander Barkov | 2018-06-20 | 1 | -6/+2 |
* | MDEV-16464 Oracle Comp.: Sql-Error on "SELECT name, comment FROM mysql.proc" | Alexander Barkov | 2018-06-13 | 1 | -1/+2 |
* | MDEV-16244 sql_mode=ORACLE: Some keywords do not work in variable declarations | Alexander Barkov | 2018-05-23 | 1 | -80/+141 |
* | A cleanup for MDEV-15818 Fix shift-reduce conflicts in the new 10.3 syntax | Alexander Barkov | 2018-05-22 | 1 | -3/+3 |
* | A cleanup for 2a33d248e0bd910ec10a2bb68e47f17b47e3a980 | Alexander Barkov | 2018-05-21 | 1 | -3/+1 |
* | Cleanup: fixing shift-reduce conflicts in expr/bool_pri/predicate | Alexander Barkov | 2018-05-21 | 1 | -4/+7 |
* | MDEV-15975 PL/SQL parser does not understand historical queries | Alexander Barkov | 2018-05-18 | 1 | -123/+524 |
* | sql_yacc_ora.yy: mering MDEV-13384 "window" seems like a reserved column name... | Alexander Barkov | 2018-05-18 | 1 | -5/+19 |
* | MDEV-15818 Fix shift-reduce conflicts in the new 10.3 syntax | Alexander Barkov | 2018-05-17 | 1 | -7/+32 |
* | Cleanup: moving keyword comments such as SQL-2003-R from rules to %token comm... | Alexander Barkov | 2018-05-17 | 1 | -15/+15 |
* | MDEV-16202 Latest changes made erroneously some keywords reserved in sql_mode... | Alexander Barkov | 2018-05-17 | 1 | -8/+12 |
* | Token precedence cleanup in *.yy | Alexander Barkov | 2018-05-16 | 1 | -3/+3 |
* | MDEV-16186 Concatenation operator || returns wrong results in sql_mode=ORACLE | Alexander Barkov | 2018-05-16 | 1 | -20/+43 |
* | Removing redundant "%left INTERVAL_SYM" and "%prec INTERVAL_SYM" | Alexander Barkov | 2018-05-15 | 1 | -6/+3 |
* | MDEV-16152 Expressions with INTERVAL return bad results in some cases | Alexander Barkov | 2018-05-14 | 1 | -7/+19 |
* | Removing some duplicate code in THD::convert_string() & friends | Alexander Barkov | 2018-05-11 | 1 | -38/+6 |
* | Remove mem_alloc_error() | Michael Widenius | 2018-05-07 | 1 | -13/+6 |
* | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -1238/+1326 |
* | MDEV-16095 Oracle-style placeholder inside GROUP BY..WITH ROLLUP breaks repli... | Alexander Barkov | 2018-05-06 | 1 | -4/+4 |
* | Added version of lex_string_eq that compares with const char * | Monty | 2018-04-30 | 1 | -4/+4 |
* | MDEV-16020 SP variables inside GROUP BY..WITH ROLLUP break replication | Alexander Barkov | 2018-04-27 | 1 | -1041/+987 |
* | Move alter partition flags to alter_info->partition_flags | Monty | 2018-03-29 | 1 | -11/+11 |
* | Changed static const in Alter_info and Alter_online_info to defines | Monty | 2018-03-29 | 1 | -44/+43 |
* | Fixed alter online table for Aria tables | Monty | 2018-03-29 | 1 | -1/+4 |
* | MDEV-15664 : sql_mode=ORACLE: Make TRIM return NULL instead of empty string | halfspawn | 2018-03-29 | 1 | -45/+22 |
* | MDEV-15714 Remove the use of STRING_ITEM from the parser | Alexander Barkov | 2018-03-29 | 1 | -23/+7 |
* | MDEV-15689 Fix Item_func_set_collation to pass the collation using CHARSET_IN... | Alexander Barkov | 2018-03-27 | 1 | -8/+2 |
* | MDEV-15316 Assertion `(thd->lex)->var_list.is_empty()' failed in MYSQLparse | Alexander Barkov | 2018-03-27 | 1 | -1/+0 |
* | MDEV-15620 Crash when using "SET @@NEW.a=expr" inside a trigger | Alexander Barkov | 2018-03-27 | 1 | -82/+49 |
* | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibility | Alexander Barkov | 2018-02-25 | 1 | -21/+390 |
* | MDEV-14593 human-readable XA RECOVER. | Alexey Botchkov | 2018-02-19 | 1 | -2/+19 |