summaryrefslogtreecommitdiff
path: root/sql/sql_yacc.yy
Commit message (Expand)AuthorAgeFilesLines
* fix typoslilinjie2023-01-051-1/+1
* MDEV-30151 parse error 1=2 not between/inSergei Golubchik2023-01-021-3/+3
* MDEV-19569 Assertion `table_list->table' failed in find_field_in_table_ref.Alexey Botchkov2022-10-191-2/+3
* MDEV-29361 Infinite recursive calls when detecting CTE dependenciesIgor Babaev2022-09-281-1/+2
* MDEV-29022 add_slave destroy child list and has dead codeOleksandr Byelkin2022-09-271-1/+6
* MDEV-12325 Unexpected data type and truncation when using CTEMonty2022-08-081-1/+0
* Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-6/+10
|\
| * MDEV-6899 extra semicolon in show create event syntaxSergei Golubchik2022-04-251-7/+11
* | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2022-04-141-8/+12
|\ \ | |/
| * MDEV-27690 Crash on `CHARACTER SET csname COLLATE DEFAULT` in column definitionAlexander Barkov2022-04-111-8/+12
| * MDEV-23210 Assertion `(length % 4) == 0' failed in my_lengthsp_utf32 on ALTER...Alexander Barkov2022-03-141-8/+2
* | MDEV-28220: Assert failure in sp_head::~sp_head on parsing a syntax incorrect...Dmitry Shulga2022-04-021-2/+2
* | MDEV-19804 sql_mode=ORACLE: call procedure in packagesAlexander Barkov2022-03-251-2/+22
* | MDEV-28166 sql_mode=ORACLE: fully qualified package function calls do not wor...Alexander Barkov2022-03-251-0/+5
* | Merge branch '10.2' into 10.3mariadb-10.3.34Sergei Golubchik2022-02-101-3/+0
|\ \ | |/
| * MDEV-17785: Window functions not working in ONLY_FULL_GROUP_BY modeSergei Petrunia2022-02-071-3/+0
* | MDEV-27244 Table corruption upon adding serial data typeAleksey Midenkov2021-12-161-0/+1
* | Merge 10.2 into 10.3Marko Mäkelä2021-11-291-5/+10
|\ \ | |/
| * MDEV-26470 "No database" selected when using CTE in a subquery of DELETE stat...Igor Babaev2021-11-201-0/+4
| * MDEV-27086 "No database selected" when using UNION of CTEs to define tableIgor Babaev2021-11-201-4/+4
* | Merge 10.2 into 10.3Marko Mäkelä2021-10-041-1/+2
|\ \ | |/
| * Fix MSVC warning with bison 3.8.2Vladislav Vaintroub2021-10-031-1/+2
* | Merge 10.2 into 10.3Marko Mäkelä2021-09-221-0/+3
|\ \ | |/
| * Silence a warning about unused Bison labelMarko Mäkelä2021-09-221-0/+3
* | Merge branch '10.2' into 10.3Vladislav Vaintroub2021-09-111-1/+1
|\ \ | |/
| * Bison 3.7 - fix "conversion from 'ptrdiff_t' to 'ulong', possible loss of data"Vladislav Vaintroub2021-09-111-2/+2
* | MDEV-25484 Crash when parsing query using derived table containing TVCIgor Babaev2021-07-231-4/+8
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-07-211-18/+28
|\ \ | |/
| * MDEV-23597 Assertion `marked_for_read()' failed while evaluating DEFAULTNikita Malyavin2021-07-161-2/+2
* | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-8/+53
|\ \ | |/
| * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-11/+55
| * Bug#29363867: LOST CONNECTION TO MYSQL SERVER DURING QUERYbb-10.2-BUG29363867Oleksandr Byelkin2021-04-281-4/+24
* | MDEV-22786 Crashes with nested table value constructorsIgor Babaev2021-03-031-1/+2
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-29/+39
|\ \ | |/
| * don't allow `KILL QUERY ID USER xxx`Sergei Golubchik2021-01-241-7/+11
| * MDEV-12161 Can't specify collation for virtual columnsSergei Golubchik2021-01-111-20/+22
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-9/+5
|\ \ | |/
| * MDEV-24194 View definition corruptionSergei Golubchik2020-12-101-10/+6
* | Merge 10.2 into 10.3Marko Mäkelä2020-10-281-69/+63
|\ \ | |/
| * precedence bugfixingSergei Golubchik2020-10-231-55/+60
* | Merge 10.2 into 10.3Marko Mäkelä2020-10-221-1/+3
|\ \ | |/
| * MDEV-18163 Assertion `table_share->tmp_table != NO_TMP_TABLE || m_lock_type !...Oleksandr Byelkin2020-10-061-0/+2
* | Fix GCC 10.2.0 -Og -Wmaybe-uninitializedMarko Mäkelä2020-08-131-4/+8
* | MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-26/+24
* | MDEV-21995 Server crashes in Item_field::real_type_handler with table value c...Alexander Barkov2020-05-191-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-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