summaryrefslogtreecommitdiff
path: root/sql/sql_yacc_ora.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-39/+43
|\
| * sync changes in oracle parserOleksandr Byelkin2021-02-011-39/+43
* | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-9/+5
|\ \ | |/
| * Bring changes to oracle parserOleksandr Byelkin2020-12-241-9/+5
* | MDEV-24098 (Oracle mode) CREATE USER/ALTER USER PASSWORD EXPIRE/LOCK in eithe...Daniel Black2020-11-091-14/+21
* | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-73/+67
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-10-281-69/+63
* | Merge 10.3 into 10.4Marko Mäkelä2020-10-221-1/+3
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2020-10-221-1/+3
* | MDEV-23094: Multiple calls to a Stored Procedure from another Stored Procedur...bb-10.4-MDEV-23094Oleksandr Byelkin2020-08-311-14/+71
* | Merge 10.3 into 10.4, except MDEV-22543Marko Mäkelä2020-08-131-6/+8
|\ \ | |/
| * Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-131-6/+8
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-28/+27
|\ \ | |/
| * MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-28/+27
* | fix obvious bugs hidden by current_select assigned to builtin selectOleksandr Byelkin2020-07-281-12/+18
* | Merge 10.3 into 10.4Marko Mäkelä2020-06-081-2/+2
|\ \ | |/
| * MDEV-22822 sql_mode="oracle" cannot declare without variable errorsAlexander Barkov2020-06-071-2/+2
* | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2020-05-191-2/+2
|\ \ | |/
| * MDEV-21995 Server crashes in Item_field::real_type_handler with table value c...Alexander Barkov2020-05-191-2/+2
* | Merge 10.3 into 10.4Marko Mäkelä2020-05-051-2/+2
|\ \ | |/
| * 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
* | 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