summaryrefslogtreecommitdiff
path: root/mysql-test/main/subselect_no_mat.result
Commit message (Expand)AuthorAgeFilesLines
* Allow firstmatch to use HASH joinsMonty2023-03-071-2/+2
* Change cost for REF to take into account cost for 1 extra key read_nextMonty2023-02-101-9/+9
* Added test cases for preceding testMonty2023-02-031-52/+67
* Fixed cost calculations for materialized tablesMonty2023-02-021-6/+12
* Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-27/+29
* Update cost for hash and cached joinsMonty2023-02-021-5/+5
* Update matching_candidates_in_table() to treat all conditions similarMonty2023-02-021-7/+7
* Merge branch '10.4' into 10.5mariadb-10.5.18Oleksandr Byelkin2022-11-021-0/+11
|\
| * Merge branch '10.3' into 10.4mariadb-10.4.27Oleksandr Byelkin2022-11-021-0/+11
| |\
| | * MDEV-29926: ASAN heap-use-after-free in Explain_query::~Explain_querymariadb-10.3.37Oleksandr Byelkin2022-11-021-0/+11
* | | Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2022-09-141-6/+6
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2022-09-131-6/+6
| |\ \ | | |/
| | * MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-121-6/+6
* | | Merge 10.4 into 10.5Marko Mäkelä2022-07-271-11/+11
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-11/+11
| |\ \ | | |/
| | * MDEV-21445 Strange/inconsistent behavior of IN condition when mixing numbers ...Alexander Barkov2022-07-061-11/+11
* | | Merge branch '10.4' into 10.5Sergei Golubchik2022-05-091-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-1/+1
| |\ \ | | |/
| | * Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2021-03-191-0/+38
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2021-03-191-0/+38
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2021-03-181-0/+38
* | | Updated optimizer costs in multi_range_read_info_const() and sql_select.ccMonty2020-03-271-2/+2
* | | outer references in subqueries in INSERTSergei Golubchik2019-10-141-2/+0
* | | MDEV-19713 Remove big_tables system variableSergei Golubchik2019-09-281-2/+2
|/ /
* | MDEV-19956 Queries with subqueries containing UNION are not parsedIgor Babaev2019-09-231-5/+10
* | MDEV-20634 Report disallowed subquery errors as such (instead of parse error)Alexander Barkov2019-09-201-2/+2
* | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-1/+2
|\ \ | |/
| * Merge branch '10.2' into 10.3Monty2019-09-031-1/+2
* | Merge 10.3 into 10.4Marko Mäkelä2019-08-311-5/+5
|\ \ | |/
| * MDEV-20109: Optimizer ignores distinct key created for materialized...Sergei Petrunia2019-08-301-5/+5
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-07-281-2/+33
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-2/+33
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-06-141-1/+1
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-1/+1
* | MDEV-18689 Simple query with extra brackets stopped workingIgor Babaev2019-05-061-6/+18
* | Fixed the results after the merge of 10.4 into bb-10.4-mdev16188.Igor Babaev2019-02-031-0/+1
* | Merge branch '10.4' into bb-10.4-mdev16188Igor Babaev2019-02-031-6/+6
|\ \
| * | MDEV-15253: Default optimizer setting changes for MariaDB 10.4Varun Gupta2018-12-091-6/+6
* | | MDEV-16188 Use in-memory PK filters built from range index scansIgor Babaev2019-02-031-4/+8
|/ /
* | MDEV-15851 Stop creating mysql.host tableVladislav Vaintroub2018-08-161-6/+0
* | Merge 10.3 into 10.4Marko Mäkelä2018-08-161-0/+16
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2018-07-261-0/+16
* | MDEV-16861 Split Item::update_null_value() into a new virtual method in Type_...Alexander Barkov2018-07-311-0/+15
* | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-34/+32
|/
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+7283