summaryrefslogtreecommitdiff
path: root/mysql-test/main/subselect3.result
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Monty2019-09-031-3/+3
|
* MDEV-20109: Optimizer ignores distinct key created for materialized...Sergei Petrunia2019-08-301-9/+9
| | | | | | | | | | | | | | | (Backported to 10.3, addressed review input) Sj_materialization_picker::check_qep(): fix error in cost/fanout calculations: - for each join prefix, add #prefix_rows / TIME_FOR_COMPARE to the cost, like best_extension_by_limited_search does - Remove the fanout produced by the subquery tables. - Also take into account join condition selectivity optimize_wo_join_buffering() (used by LooseScan and FirstMatch) - also add #prefix_rows / TIME_FOR_COMPARE to the cost of each prefix. - Also take into account join condition selectivity
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+1547