summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30052 Crash with a query containing nested WINDOW clausesIgor Babaev2023-01-201-5/+2
* MDEV-29678 Valgrind/MSAN uninitialised value errors upon PS with ALTER under ...Daniel Black2022-10-221-0/+1
* MDEV-29022 add_slave destroy child list and has dead codeOleksandr Byelkin2022-09-271-16/+2
* MDEV-28617 Crash with INSERT...SELECT using derived table in GROUP BY clauseIgor Babaev2022-08-021-3/+4
* Fix most clang-15 -Wunused-but-set-variableMarko Mäkelä2022-07-011-2/+0
* MDEV-28588 SIGSEGV in __memmove_avx_unaligned_erms, strmake_rootAlexander Barkov2022-05-171-1/+1
* Merge branch '10.2' into 10.3Sergei Golubchik2022-05-071-10/+17
|\
| * MDEV-28437: Assertion `!eliminated' failed: Part #2Sergei Petrunia2022-05-051-6/+10
| * MDEV-28437: Assertion `!eliminated' failed in Item_subselect::execSergei Petrunia2022-05-051-3/+6
* | Merge branch '10.2' into 10.3Sergei Golubchik2022-04-211-1/+0
|\ \ | |/
| * vcols: cannot use CONTEXT_ANALYSIS_ONLY_VCOL_EXPR on fix_fieldsSergei Golubchik2022-04-191-1/+0
* | MDEV-28224 error: cannot initialize return object of type 'bool' with an rval...Alexander Barkov2022-04-041-3/+3
* | MDEV-19804 sql_mode=ORACLE: call procedure in packagesAlexander Barkov2022-03-251-0/+34
* | MDEV-28166 sql_mode=ORACLE: fully qualified package function calls do not wor...Alexander Barkov2022-03-251-0/+50
* | MDEV-19577 Replication does not work with innodb_autoinc_lock_mode=2Vlad Lesin2022-03-101-1/+8
* | Merge branch '10.2' into 10.3mariadb-10.3.34Sergei Golubchik2022-02-101-1/+15
|\ \ | |/
| * MDEV-25636: Bug report: abortion in sql/sql_parse.cc:6294mariadb-10.2.43bb-10.2-compatibilitySergei Petrunia2022-02-101-1/+15
* | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-3/+4
|\ \ | |/
| * MDEV-25460: Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())'Rucha Deodhar2021-12-281-3/+4
* | Merge 10.2 into 10.3Marko Mäkelä2021-11-291-4/+1
|\ \ | |/
| * MDEV-27066: Fixed scientific notation parsing bugMarc Olivier Bergeron2021-11-241-2/+1
* | MDEV-22660 System versioning cleanupsAleksey Midenkov2021-10-111-2/+2
* | MDEV-26362: incorrect nest_level value with INTERSECTbb-10.3-MDEV-26362Oleksandr Byelkin2021-09-051-2/+0
* | Merge 10.2 into 10.3Marko Mäkelä2021-08-181-2/+3
|\ \ | |/
| * MDEV-26350: select_lex->ref_pointer_array.size() % 5 == 0Daniel Black2021-08-181-2/+3
* | MDEV-25484 Crash when parsing query using derived table containing TVCIgor Babaev2021-07-231-1/+8
* | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-1/+4
|\ \ | |/
| * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-0/+3
* | Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-23/+33
|\ \ | |/
| * Bug#29363867: LOST CONNECTION TO MYSQL SERVER DURING QUERYSergei Golubchik2021-04-271-22/+12
| * MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-221-0/+21
* | MDEV-25501 routine_definition in information_schema.routines loses tablename ...Sergei Golubchik2021-04-281-12/+6
* | This commit adds the same call of st_select_lex::set_unique_exclude() thatIgor Babaev2021-04-241-0/+21
* | Merge 10.2 into 10.3Marko Mäkelä2021-04-131-3/+7
|\ \ | |/
| * MDEV-25182 Complex query in Store procedure corrupts resultsbb-10.2-MDEV-25182Oleksandr Byelkin2021-04-121-3/+7
* | MDEV-22786 Crashes with nested table value constructorsIgor Babaev2021-03-031-5/+40
* | MDEV-24910 Crash with SELECT that uses table value constructor as a subselectIgor Babaev2021-02-241-0/+23
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-011-0/+3
|\ \ | |/
| * MDEV-16940 Server crashes in unsafe_key_update upon attempt to update viewIgor Babaev2021-01-191-0/+3
* | MDEV-23666: Assertion `m_cpp_buf <= ptr && ptr <= m_cpp_buf + m_buf_length' f...Dmitry Shulga2021-01-141-0/+2
* | Correction of the merge 10.2 into 10.3 for MDEV-23619Igor Babaev2020-12-281-7/+7
* | MDEV-23619: Merge 10.2 into 10.3Marko Mäkelä2020-11-131-5/+7
|\ \ | |/
| * MDEV-23619 MariaDB crash on WITH RECURSIVE UNION ALL (CTE) queryIgor Babaev2020-11-131-3/+5
* | MDEV-21201 No records produced in information_schema query, depending on proj...Sergei Golubchik2020-10-231-7/+9
* | Merge mariadb-10.3.24Marko Mäkelä2020-08-101-1/+2
|\ \
| * \ Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-1/+2
| |\ \ | | |/
| | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-1/+2
| | |\
| | | * MDEV-23221: A subquery causes crashSergei Petrunia2020-07-241-1/+2
* | | | MDEV-22022 Various mangled SQL statements will crash 10.3 to 10.5 debug buildsAlexander Barkov2020-08-041-1/+10
|/ / /
* | | MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-1/+33