summaryrefslogtreecommitdiff
path: root/mysql-test/main/selectivity.result
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.11-release into bb-11.0-releaseSergei Petrunia2023-05-151-3/+3
|\
| * Merge branch '10.9' into 10.10Oleksandr Byelkin2023-05-041-69/+0
| |\
| | * Merge branch '10.6' into 10.8Oleksandr Byelkin2023-05-041-69/+0
| | |\
| | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-041-69/+0
| | | |\
| | | | * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-05-041-69/+0
| | | | |\
| | | | | * Fix of selectivity test to behave correctly with embedded and view protocols.Oleksandr Byelkin2023-05-041-69/+0
| | | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-041-2/+2
| | | |\ \ \ | | | | |/ /
| * | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2023-05-031-3/+72
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.6' into 10.8Oleksandr Byelkin2023-05-031-3/+72
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2023-05-031-4/+73
| | | |\ \ \ | | | | |/ /
| | | | * | Merge branch 'bb-10.4-release' into bb-10.5-releaseOleksandr Byelkin2023-05-021-4/+73
| | | | |\ \ | | | | | |/
| | | | | * MDEV-31067: selectivity_from_histogram >1.0 for a DOUBLE_PREC_HB histogrambb-10.4-mdev31067-variant2Sergei Petrunia2023-04-281-4/+73
| * | | | | Merge 10.9 into 10.10Marko Mäkelä2023-04-141-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge 10.6 into 10.8Marko Mäkelä2023-04-121-2/+2
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge 10.5 into 10.6Marko Mäkelä2023-04-111-2/+2
| | | |\ \ \ | | | | |/ /
| | | | * | Merge remote-tracking branch '10.4' into 10.5Oleksandr Byelkin2023-03-311-2/+2
| | | | |\ \ | | | | | |/
| | | | | * MDEV-30218: Incorrect optimization for rowid_filtering, correctionSergei Petrunia2023-02-151-1/+1
| | | | | * MDEV-30218 Incorrect optimization for rowid_filteringIgor Babaev2023-02-151-1/+1
* | | | | | Adjust costs for rowid filterMonty2023-02-211-2/+2
* | | | | | MDEV-30659 Server crash on EXPLAIN SELECT/SELECT on table with engine Aria fo...Sergei Petrunia2023-02-211-0/+54
* | | | | | MDEV-30360 Assertion `cond_selectivity <= 1.000000001' failed in ...Monty2023-02-101-0/+13
* | | | | | Change cost for REF to take into account cost for 1 extra key read_nextMonty2023-02-101-1/+1
* | | | | | Added test cases for preceding testMonty2023-02-031-19/+43
* | | | | | Fixes for 'Filtering'Monty2023-02-021-0/+12
* | | | | | Add test cases for MDEV-20595 and MDEV-21633 to show these are solvedMonty2023-02-021-0/+15
* | | | | | Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-3/+3
* | | | | | Fix tests: avoid query plan with identical costsSergei Petrunia2023-02-021-4/+4
* | | | | | Update cost for hash and cached joinsMonty2023-02-021-5/+5
* | | | | | Return >= 1 from matching_candidates_in_table if records > 0.0Monty2023-02-021-3/+3
* | | | | | Update matching_candidates_in_table() to treat all conditions similarMonty2023-02-021-4/+4
|/ / / / /
* | | | | Merge 10.9 into 10.10Marko Mäkelä2023-01-101-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.7 into 10.8Marko Mäkelä2023-01-101-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.5 into 10.6Marko Mäkelä2023-01-031-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.4 into 10.5Marko Mäkelä2023-01-031-1/+1
| | | |\ \ | | | | |/
| | | | * MDEV-30218: Incorrect optimization for rowid_filteringSergei Petrunia2022-12-131-1/+1
* | | | | Merge branch '10.9' into 10.10mariadb-10.10.2Oleksandr Byelkin2022-11-031-6/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-11-021-6/+12
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.5' into 10.6Oleksandr Byelkin2022-11-021-6/+12
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-10-261-6/+12
| | | |\ \ | | | | |/
* | | | | Improve pruning in greedy_search by sorting tables during searchMonty2022-07-261-6/+6
|/ / / /
* | | | Merge 10.7 into 10.8Marko Mäkelä2022-06-091-2/+2
|\ \ \ \ | |/ / /
| * | | greedy_search() and best_extension_by_limited_search() scrambled table orderMichael Widenius2022-06-071-2/+2
| |/ /
* | | MDEV-26901: Estimation for filtered rows less precise ... #4Sergei Petrunia2022-01-191-2/+2
* | | MDEV-27062: Make histogram_type=JSON_HB the new defaultSergei Petrunia2022-01-191-6/+6
|/ /
* | Merge branch '10.4' into 10.5Sergei Golubchik2021-02-231-0/+58
|\ \ | |/
| * Merge branch '10.3' into 10.4Sergei Golubchik2021-02-231-0/+58
| |\
| | * Merge branch '10.2' into 10.3Sergei Golubchik2021-02-221-0/+58
* | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-0/+15
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-0/+15
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-271-0/+15