summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-26/+24
|\
| * MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-26/+24
* | fix obvious bugs hidden by current_select assigned to builtin selectOleksandr Byelkin2020-07-281-9/+14
* | 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 commit '10.3' into 10.4Oleksandr Byelkin2020-03-111-2/+2
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-061-2/+2
| |\
| | * MDEV-17941 ALTER USER IF EXISTS does not work, although documentation says it...Alexey Botchkov2020-02-111-2/+2
| | * Merge branch '10.1' into 10.2Sergei Petrunia2020-01-171-1/+1
| | |\
| | | * MDEV-21341: Fix UBSAN failures: Issue SixSergei Petrunia2020-01-141-1/+1
| * | | MDEV-18727 improve DML operation of System VersioningAleksey Midenkov2019-11-221-1/+1
* | | | MDEV-21684: mysqld crash with signal 11 when renaming table+max_statement_timebb-10.4-MDEV-21684Oleksandr Byelkin2020-02-261-7/+27
* | | | MDEV-21616: Server crash when using "SET STATEMENT max_statement_time=0 FOR d...Oleksandr Byelkin2020-02-051-0/+6
* | | | MDEV-18727 improve DML operation of System Versioning (10.4)Aleksey Midenkov2019-11-251-1/+1
* | | | 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-144/+293
* | | | 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-19679 - CREATE SERVER needs tweaks for compatibility with CONNECT engineAnel Husakovic2019-09-201-1/+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-7/+10
|\ \ \ \ | |/ / /
| * | | Adding missing semicolons to sql_yacc.yy (10.3), indentation cleanups.Alexander Barkov2019-09-111-15/+18
| * | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-09-111-16/+37
| |\ \ \ | | |/ /
| | * | Adding missing semicolons to sql_yacc.yy (10.2)Alexander Barkov2019-09-111-16/+38
* | | | 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
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-18/+20
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-16/+19
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-16/+19
| | | |\
| | | | * MDEV-19421 Basic 3-way join queries are not parsed.Igor Babaev2019-07-111-24/+25
* | | | | MDEV-20108: [ERROR] mysqld got signal 11 in st_select_lex::add_table_to_listbb-10.4-MDEV-20108Oleksandr Byelkin2019-07-241-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-35/+73
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-17363 - Compressed columns cannot be restored from dumpAlexander Barkov2019-06-181-35/+73
* | | | | 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.1 into 10.2Marko Mäkelä2019-06-121-33/+19
| | |\ \ \ | | | |/ /
| | | * | MDEV-19653 Add class Sql_cmd_create_tableAlexander Barkov2019-05-311-33/+19
* | | | | MDEV-19637 Crash on an SP variable assignment to a wrong subselectAlexander Barkov2019-05-301-1/+17
* | | | | 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