summaryrefslogtreecommitdiff
path: root/mysql-test/main/opt_trace_selectivity.result
Commit message (Expand)AuthorAgeFilesLines
* Change cost for REF to take into account cost for 1 extra key read_nextMonty2023-02-101-8/+8
* Make tests work with --view-protocolSergei Petrunia2023-02-031-144/+162
* MDEV-30059: Optimizer Trace: plan_prefix should be a comma-separated-listSergei Petrunia2023-02-031-8/+4
* Added test cases for preceding testMonty2023-02-031-19/+20
* Added 'records_out' and join_type to POSITIONMonty2023-02-021-2/+4
* Update row and key fetch cost models to take into account data copy costsMonty2023-02-021-37/+30
* Make trace.add() usage uniformMonty2023-02-021-0/+6
* Update cost for hash and cached joinsMonty2023-02-021-6/+18
* Return >= 1 from matching_candidates_in_table if records > 0.0Monty2023-02-021-5/+5
* Fix calculation of selectivityMonty2023-02-021-0/+341