summaryrefslogtreecommitdiff
path: root/mysql-test/main/analyze_stmt_privileges2.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-20109: Optimizer ignores distinct key created for materialized...Sergei Petrunia2019-08-301-71/+71
| | | | | | | | | | | | | | | (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/+5237