summaryrefslogtreecommitdiff
path: root/mysql-test/main/join_nested_jcl6.result
Commit message (Expand)AuthorAgeFilesLines
* Adjust costs for rowid filterMonty2023-02-211-1/+1
* Change cost for REF to take into account cost for 1 extra key read_nextMonty2023-02-101-18/+18
* Added test cases for preceding testMonty2023-02-031-14/+14
* Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-18/+18
* Return >= 1 from matching_candidates_in_table if records > 0.0Monty2023-02-021-4/+4
* Update matching_candidates_in_table() to treat all conditions similarMonty2023-02-021-5/+5
* Merge 10.9 into 10.10Marko Mäkelä2023-01-131-0/+52
|\
| * Merge 10.5 into 10.6Marko Mäkelä2023-01-131-0/+52
| |\
| | * Merge 10.4 into 10.5Marko Mäkelä2023-01-131-0/+52
| | |\
| | | * Merge branch '10.3' into 10.4Sergei Golubchik2023-01-101-0/+52
| | | |\
| | | | * MDEV-27624 Wrong result for nested left join using not_exists optimizationIgor Babaev2023-01-061-0/+52
* | | | | Merge branch '10.9' into 10.10mariadb-10.10.2Oleksandr Byelkin2022-11-031-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-11-021-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-10-261-1/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-28846 Poor performance when rowid filter contains no elementsIgor Babaev2022-10-251-1/+1
* | | | | Added EQ_REF chaining to the greedy_optimizerMonty2022-07-261-1/+1
* | | | | Improve pruning in greedy_search by sorting tables during searchMonty2022-07-261-15/+15
|/ / / /
* | | | Improve table pruning in optimizer with up to date key_dependent mapMichael Widenius2022-06-071-2/+2
* | | | greedy_search() and best_extension_by_limited_search() scrambled table orderMichael Widenius2022-06-071-3/+3
|/ / /
* | | Updated optimizer costs in multi_range_read_info_const() and sql_select.ccMonty2020-03-271-3/+3
|/ /
* | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-6/+1
|\ \ | |/
| * Merge branch '10.2' into 10.3Monty2019-09-031-6/+1
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-06-141-0/+33
|\ \ | |/
| * Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-0/+33
* | Merge 10.3 into 10.4Marko Mäkelä2019-05-291-1/+1
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-291-1/+1
* | MDEV-16188 Post merge fixes:fixed warnings on WindowsIgor Babaev2019-02-061-1/+1
* | Fixed the results after the merge of 10.4 into bb-10.4-mdev16188.Igor Babaev2019-02-031-2/+2
* | MDEV-16188 Use in-memory PK filters built from range index scansIgor Babaev2019-02-031-9/+9
* | Merge 10.3 into 10.4Marko Mäkelä2018-11-061-1/+1
|\ \ | |/
| * MDEV-17518: Range optimization doesn't use ON expressions from nested outer j...Sergei Petrunia2018-11-051-1/+1
* | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-041-1/+1
|/
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+2091