summaryrefslogtreecommitdiff
path: root/sql/opt_split.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25128 Wrong result from join with materialized semi-join andIgor Babaev2021-03-231-6/+42
* MDEV-22740: UBSAN: sql/opt_split.cc:1150:28: runtime error: shift exponent 61...Varun Gupta2020-12-141-1/+1
* Merge 10.2 into 10.3Marko Mäkelä2020-11-021-6/+6
* MDEV-21883 Server crashes when joining a subselect with 32 tables and GROUP BYIgor Babaev2020-03-231-1/+1
* MDEV-21614 Wrong query results with optimizer_switch="split_materialized=on"Igor Babaev2020-02-071-1/+10
* MDEV-18467 Server crashes in fix_semijoin_strategies_for_picked_join_orderIgor Babaev2019-03-041-5/+8
* MDEV-17211 Server crash on queryIgor Babaev2018-09-171-0/+2
* MDEV-16917 Index affects query resultsIgor Babaev2018-09-151-0/+7
* MDEV-16801 seg_fault on a queryIgor Babaev2018-08-031-1/+2
* MDEV-16057: Using optimization Splitting with Group BY we see an unnecessary ...Varun Gupta2018-05-061-1/+8
* MDEV-15899 Server crashes in st_join_table::is_inner_table_of_outer_joinIgor Babaev2018-04-171-2/+3
* Remove compiler warningsMichael Widenius2018-04-161-1/+1
* Fixed compiler warningsMonty2018-03-291-2/+2
* MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-2/+2
* Fixed MDEV-14994 Assertion `join->best_read < double(1.79...15e+308L)' orIgor Babaev2018-01-301-2/+5
* Fixed mdev-15017 Server crashes in in st_join_table::fix_splittingIgor Babaev2018-01-291-2/+2
* Fixed mdev-14880: Assertion `inj_cond_list.elements' failedbb-10.3-vicentiu-no-dtoaIgor Babaev2018-01-081-1/+1
* Fix warningsVladislav Vaintroub2018-01-061-2/+2
* Fixed mdev-14845 Server crashes in st_join_table::is_inner_table_of_outer_joinIgor Babaev2018-01-021-14/+16
* This is a full cost-based implementation of the optimization that employsIgor Babaev2017-12-301-0/+1132