summaryrefslogtreecommitdiff
path: root/sql/sql_yacc_ora.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '10.3' into 10.4Oleksandr Byelkin2020-03-111-2/+2
|\
* | MDEV-21684: mysqld crash with signal 11 when renaming table+max_statement_timebb-10.4-MDEV-21684Oleksandr Byelkin2020-02-261-7/+33
* | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-0/+4
|\ \ | |/
| * MDEV-20074: Lost connection on update triggerOleksandr Byelkin2019-10-171-3/+10
* | MDEV-20730: Syntax error on SELECT INTO @variable with CTEbb-10.5-MDEV-20730Oleksandr Byelkin2019-10-171-0/+18
* | MDEV-19956 Queries with subqueries containing UNION are not parsedIgor Babaev2019-09-231-137/+286
* | Merge 10.3 into 10.4Marko Mäkelä2019-09-231-2/+0
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-09-231-2/+0
* | MDEV-20634 Report disallowed subquery errors as such (instead of parse error)Alexander Barkov2019-09-201-29/+28
* | Merge 10.3 into 10.4Marko Mäkelä2019-09-121-8/+11
|\ \ | |/
| * Adding missing semicolons to sql_yacc_ora.yy (10.3), indentation cleanups.Alexander Barkov2019-09-111-20/+44
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-09-021-4/+4
|\ \ | |/
| * MDEV-18501 Partition pruning doesn't work for historical queries (cleanup)Aleksey Midenkov2019-09-011-4/+4
* | Merge 10.3 into 10.4Marko Mäkelä2019-08-141-0/+6
|\ \ | |/
| * MDEV-19127 Assertion `row_start_field' failed in vers_prepare_keys upon ALTER...Aleksey Midenkov2019-08-111-0/+6
* | Merge commit '43882e764d6867c6855b1ff057758a3f08b25c55' into 10.4Alexander Barkov2019-08-131-1/+6
|\ \ | |/
| * MDEV-20263 sql_mode=ORACLE: BLOB(65535) should not translate to LONGBLOBAlexander Barkov2019-08-061-1/+6
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-07-281-32/+28
|\ \ | |/
| * Changes of merge moved to oracle mode parser.Oleksandr Byelkin2019-07-271-18/+20
* | MDEV-20108: [ERROR] mysqld got signal 11 in st_select_lex::add_table_to_listOleksandr Byelkin2019-07-261-1/+1
* | MDEV-19996 Bison grammar: turn singe-character operators into <kwd>Alexander Barkov2019-07-091-15/+15
* | Merge 10.3 into 10.4Marko Mäkelä2019-06-191-37/+76
|\ \ | |/
| * MDEV-17363 - Compressed columns cannot be restored from dumpAlexander Barkov2019-06-181-37/+76
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-06-141-44/+22
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-45/+22
* | Merge 10.3 into 10.4Marko Mäkelä2019-05-221-5/+0
|\ \ | |/
| * MDEV-18136 Server crashes in Item_func_dyncol_create::prepare_argumentsAleksey Midenkov2019-05-201-6/+1
* | MDEV-19535 sql_mode=ORACLE: 'SELECT INTO @var FOR UPDATE' does not lock the t...Alexander Barkov2019-05-211-2/+2
* | MDEV-19533 Add methods make() and append_uniq() to Row_definition_listAlexander Barkov2019-05-211-12/+3
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-15/+18
|\ \ | |/
| * 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
* | generalize the error messageSergei Golubchik2019-05-181-1/+1
* | MDEV-18689 Simple query with extra brackets stopped workingIgor Babaev2019-05-061-3/+14
* | Adding missing ';' at the end of a ruleAlexander Barkov2019-04-171-0/+1
* | MDEV-18982 Partition pruning with column list causes syntax error in 10.4Igor Babaev2019-04-041-1/+7
* | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-2/+3
|\ \ | |/
| * Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-2/+2
* | MDEV-18450 Slaves wait shutdownSergey Vojtovich2019-03-121-0/+8
* | MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROWAlexander Barkov2019-03-071-127/+85
* | MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROWAlexander Barkov2019-03-071-59/+31
* | MDEV-18358: Server crash when using SET STATEMENT max_statement_timeOleksandr Byelkin2019-03-051-2/+1
* | MDEV-18806 Synchronize ALTER TABLE EXCHANGE PARTITION and PURGE grammar in sq...Alexander Barkov2019-03-041-40/+11
* | MDEV-18796 Synchronize PS grammar between sql_yacc.yy and sql_yacc_ora.yyAlexander Barkov2019-03-031-41/+26
* | MDEV-18789 Port "MDEV-7773 Aggregate stored functions" to sql_yacc_ora.yyAlexander Barkov2019-03-011-14/+54
* | MDEV-18767 Port "MDEV-16294: INSTALL PLUGIN IF NOT EXISTS / UNINSTALL PLUGIN ...Alexander Barkov2019-02-281-21/+13
* | MDEV-7597 Expiration of user passwordsSergei Golubchik2019-02-211-14/+2
* | MDEV-7597 Expiration of user passwordsRobert Bindar2019-02-211-3/+42
* | update sql_yacc_ora.yy to match sql_yacc.yySergei Golubchik2019-02-211-12/+59