Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG#860553: Crash in create_ref_for_key with semijoin + materialization | Sergey Petrunya | 2011-10-01 | 1 | -0/+1 |
* | BUG#830993: Crash in end_read_record with derived table | Sergey Petrunya | 2011-09-08 | 1 | -10/+0 |
* | BUG#834739: Wrong result with 3-way inner join, LooseScan,multipart keys | Sergey Petrunya | 2011-09-05 | 1 | -0/+3 |
* | BUG#836523: Crash in JOIN::get_partial_cost_and_fanout with semijoin+material... | Sergey Petrunya | 2011-09-02 | 1 | -1/+1 |
* | Fix for bug lp:834492 | unknown | 2011-09-01 | 1 | -0/+1 |
* | Fixed LP BUG#800696. | unknown | 2011-07-19 | 1 | -1/+1 |
* | Merge with the latest 5.3 code. | Igor Babaev | 2011-07-17 | 1 | -6/+1 |
|\ | |||||
| * | Fixed LP bug #794901. | Igor Babaev | 2011-07-16 | 1 | -6/+1 |
* | | Fixed LP bug #809206. | Igor Babaev | 2011-07-12 | 1 | -0/+3 |
|/ | |||||
* | Make semi-joins work with outer joins part #1: | Sergey Petrunya | 2011-06-22 | 1 | -1/+9 |
* | Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed. | Igor Babaev | 2011-06-04 | 1 | -2/+8 |
|\ | |||||
| * | Merge | Igor Babaev | 2011-05-20 | 1 | -2/+23 |
| |\ | |||||
| | * | Merged the code of MWL#106 into 5.3 | Igor Babaev | 2011-05-16 | 1 | -2/+23 |
| | |\ | |||||
| | | * | Merge of the mwl106 tree into the latest 5.3 tree. | Igor Babaev | 2010-09-23 | 1 | -2/+23 |
| | | |\ | |||||
| | | | * | MWL#106: Backport optimizations for derived tables and views. | Igor Babaev | 2010-05-26 | 1 | -2/+23 |
* | | | | | BUG#787299: Valgrind complains on a join query with two IN subqueries | Sergey Petrunya | 2011-06-02 | 1 | -0/+2 |
* | | | | | Merge 5.3->main -> 5.3-mwl90 | Sergey Petrunya | 2011-05-29 | 1 | -18/+93 |
|\ \ \ \ \ | |||||
| * | | | | | Post-merge fixes part#2 | Sergey Petrunya | 2011-05-26 | 1 | -2/+3 |
| * | | | | | Merge MWL#90 with 5.3-main | Sergey Petrunya | 2011-05-25 | 1 | -18/+92 |
| |\ \ \ \ \ | |||||
| | * | | | | | Code cleanup, added comments. | Sergey Petrunya | 2011-05-10 | 1 | -0/+3 |
| | * | | | | | Change "disable semi-joins in presense of outer joins" check to actually | Sergey Petrunya | 2011-05-09 | 1 | -1/+2 |
| | * | | | | | Merge MWL#90 into 5.3-main | Sergey Petrunya | 2011-04-30 | 1 | -15/+80 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merge MWL#90 with main 5.3 tree | Sergey Petrunya | 2011-04-02 | 1 | -15/+80 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | Rename JOIN::top_jtrange_tables to top_join_tab_count | Sergey Petrunya | 2011-03-27 | 1 | -2/+2 |
| | | | * | | | | | MWL#90: Address review feedback part #14 | Sergey Petrunya | 2011-03-27 | 1 | -3/+9 |
| | | | * | | | | | Make first_linear_tab()/next_linear_tab() use named constants instead of TRUE... | Sergey Petrunya | 2011-03-25 | 1 | -2/+5 |
| | | | * | | | | | MWL#90: Address review feedback part #1 | Sergey Petrunya | 2011-03-19 | 1 | -1/+3 |
| | | | * | | | | | Merge 5.3 -> 5.3-subqueries-mwl90 | Sergey Petrunya | 2011-03-01 | 1 | -1/+1 |
| | | | |\ \ \ \ \ | |||||
| | | | * | | | | | | Code cleanup (1) | Sergey Petrunya | 2011-02-19 | 1 | -3/+0 |
| | | | * | | | | | | MWL#90: subquery optimizations | Sergey Petrunya | 2011-02-18 | 1 | -3/+2 |
| | | | * | | | | | | MWL#90: Merge (4) | Sergey Petrunya | 2011-02-15 | 1 | -11/+69 |
| | | | |\ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ | MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueries | Sergey Petrunya | 2011-02-15 | 1 | -11/+69 |
| | | | | |\ \ \ \ \ \ | |||||
| | | | | | * | | | | | | MWL#90: Post-merge fixes: add mixing typecasts to remove compiler warnings | Sergey Petrunya | 2010-12-17 | 1 | -1/+2 |
| | | | | | * | | | | | | MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueries | Sergey Petrunya | 2010-12-09 | 1 | -15/+72 |
| | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | * \ \ \ \ \ | MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueries | psergey | 2010-07-11 | 1 | -15/+72 |
| | | | | | | |\ \ \ \ \ \ | |||||
| | | | | | | | * | | | | | | MWL#90: code cleanup | psergey | 2010-07-10 | 1 | -3/+0 |
| | | | | | | | * | | | | | | MWL#90, code cleanup | Sergey Petrunya | 2010-06-11 | 1 | -2/+2 |
| | | | | | | | * | | | | | | MWL#90: Subqueries: Inside-out execution for non-semijoin materialized subque... | Sergey Petrunya | 2010-06-08 | 1 | -9/+14 |
| | | | | | | | * | | | | | | MWL#90: Code cleanup: Unification of merged and non-merged SJM nests processing | Sergey Petrunya | 2010-06-05 | 1 | -1/+3 |
| | | | | | | | * | | | | | | MWL#90, code movearound to unify merged and non-merged semi-join materializat... | Sergey Petrunya | 2010-06-04 | 1 | -3/+46 |
| | | | | | | | * | | | | | | MWL#90: Subqueries: Inside-out execution for non-semijoin materialized subque... | Sergey Petrunya | 2010-05-25 | 1 | -1/+4 |
| | | | | | | | * | | | | | | Subqueries: Inside-out execution for non-semijoin materialized subqueries tha... | Sergey Petrunya | 2010-05-23 | 1 | -1/+4 |
| | | | | | | | * | | | | | | Code cleanup in subquery optimizations | Sergey Petrunya | 2010-04-25 | 1 | -10/+2 |
| | | | | | | | * | | | | | | MWL#90: Subqueries: Inside-out execution for non-semijoin materialized | Sergey Petrunya | 2010-04-06 | 1 | -0/+12 |
| | | | | | | | | |_|_|_|/ | | | | | | | | |/| | | | | |||||
* | | | | | | | | | | | | | MWL#89: Address review feedback (by Sergey Petrunia) | unknown | 2011-05-23 | 1 | -0/+5 |
* | | | | | | | | | | | | | MWL#89 Addressing Sergey's review comments - Part 1. | unknown | 2011-05-18 | 1 | -9/+10 |
| |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge with 5.3 main | Michael Widenius | 2011-05-16 | 1 | -5/+91 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Post review fixes of MWL#148 (moving max/min optimization in optimize phase). | unknown | 2011-05-12 | 1 | -0/+2 |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Moving max/min optimization from prepare to optimization phase. MWL#148 | Oleksandr Byelkin | 2011-05-04 | 1 | -0/+1 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | MWL#89 | unknown | 2011-05-02 | 1 | -5/+88 |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | |