summaryrefslogtreecommitdiff
path: root/sql/sql_tvc.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26695: Number of an invalid row is not calculated for table valueRucha Deodhar2022-04-261-0/+2
* Merge 10.3 into 10.4Marko Mäkelä2022-03-291-3/+24
|\
| * MDEV-27937 Assertion failure when executing prepared statement with ? in IN listIgor Babaev2022-03-251-3/+24
* | Merge branch 10.3 into 10.4Julius Goryavsky2021-12-251-2/+6
|\ \ | |/
| * MDEV-23182: Server crashes in Item::fix_fields_if_needed / table_value_constr...bb-10.3-MDEV-23182Dmitry Shulga2021-12-161-2/+6
* | Merge 10.3 into 10.4Marko Mäkelä2021-03-081-0/+2
|\ \ | |/
| * MDEV-22786 Crashes with nested table value constructorsIgor Babaev2021-03-031-0/+2
* | Merge 10.3 into 10.4Marko Mäkelä2021-03-051-10/+5
|\ \ | |/
| * MDEV-24919 Crash with subselect formed by table value constructor andIgor Babaev2021-03-011-10/+5
* | Merge branch '10.3' into 10.4Daniel Black2021-02-251-27/+40
|\ \ | |/
| * MDEV-24910 Crash with SELECT that uses table value constructor as a subselectIgor Babaev2021-02-241-27/+40
* | Merge branch '10.3' into 10.4Sergei Golubchik2021-02-231-7/+20
|\ \ | |/
| * MDEV-24936 EXPLAIN for query based on table value constructor lacks infoIgor Babaev2021-02-221-2/+14
| * MDEV-24840 Crash caused by query with IN subquery containing unionIgor Babaev2021-02-101-5/+6
* | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-2/+2
|\ \ | |/
| * MDEV-24675 Server crash when table value constructor uses a subselectIgor Babaev2021-01-261-2/+2
* | Merge 10.3 into 10.4Marko Mäkelä2020-12-011-2/+4
|\ \ | |/
| * MDEV-21265: IN predicate conversion to IN subquery should be allowed for a br...Varun Gupta2020-11-301-2/+4
* | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2020-05-191-1/+2
|\ \ | |/
| * MDEV-21995 Server crashes in Item_field::real_type_handler with table value c...Alexander Barkov2020-05-191-1/+2
* | Merge 10.3 into 10.4Marko Mäkelä2020-05-161-1/+8
|\ \ | |/
| * MDEV-22560 Crash on a table value constructor with an SP variableAlexander Barkov2020-05-151-1/+8
* | Merge 10.3 into 10.4Marko Mäkelä2019-12-131-1/+55
|\ \ | |/
| * MDEV-20900: IN predicate to IN subquery conversion causes performance regressionVarun Gupta2019-12-101-1/+55
* | MDEV-19956 Queries with subqueries containing UNION are not parsedIgor Babaev2019-09-231-2/+2
* | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-1/+2
|\ \ | |/
| * MDEV-16871 in_predicate_conversion_threshold cannot be set in my.cnfSergei Golubchik2019-09-041-1/+2
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-33/+199
|\ \ | |/
| * MDEV-17894 Assertion `(thd->lex)->current_select' failed in MYSQLparse(),Igor Babaev2019-05-081-33/+199
* | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-7/+7
|\ \ | |/
| * post-merge: --ps-protocol fixesSergei Golubchik2019-03-171-7/+7
* | Merge 10.3 into 10.4Marko Mäkelä2018-10-171-2/+17
|\ \ | |/
| * MDEV-17222 Reproducible server crash in String_list::append_str orIgor Babaev2018-10-141-2/+17
* | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-4/+4
* | MDEV-16388 Replace member Item::fixed to virtual method is_fixed()Alexander Barkov2018-06-051-2/+1
|/
* Add likely/unlikely to speed up executionMonty2018-05-071-1/+1
* MDEV-16038 Assertion `map->n_bits > 0' failed (my_bitmap.c:386: bitmap_is_cle...Igor Babaev2018-04-261-0/+6
* MDEV-14835 Server crashes in Field_iterator_table::create_item when number ofGalina Shalygina2018-02-201-1/+1
* Bug fixGalina Shalygina2018-01-251-2/+2
* System Versioning 1.0pre2Aleksey Midenkov2017-11-231-2/+6
|\
| * Handle failures from mallocMichael Widenius2017-11-171-2/+6
* | SQL: VIEW of UNION [fixes #293]Aleksey Midenkov2017-11-131-1/+1
|/
* Fixed mdev-14281 Wrong result from query with NOT IN predicate in WHEREIgor Babaev2017-11-051-4/+10
* Remove a type castMarko Mäkelä2017-11-021-2/+2
* Fixed compilation failuresMonty2017-11-021-2/+17
* Merge remote-tracking branch 'shagalla/10.3-mdev12172' into 10.3Igor Babaev2017-11-011-24/+27
* Mistakes corrected.Galina Shalygina2017-10-281-0/+97
* New tests on errors added. Comments corrected. Some procedures corrected.Galina Shalygina2017-09-041-81/+142
* Post review changes for the optimization of IN predicates into IN subqueries.Galina Shalygina2017-09-021-119/+170
* Memory allocation corrected. New tests added.Galina Shalygina2017-09-011-88/+68