Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | BNLH algorithm always used a full table scan over the joined table | Igor Babaev | 2011-02-23 | 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 |
* | | | | | Merge | Igor Babaev | 2011-01-28 | 1 | -3/+40 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge | Igor Babaev | 2011-01-21 | 1 | -3/+40 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Post-review fixes for the patch that added the code allowing to use | Igor Babaev | 2011-01-21 | 1 | -2/+9 |
| | * | | | | The patch adds the code that allows to use equi-join conditions | Igor Babaev | 2011-01-04 | 1 | -1/+31 |
* | | | | | | Fixed LP bug #707555. | Igor Babaev | 2011-01-26 | 1 | -1/+9 |
|/ / / / / | |||||
* | | | | | Fixed LP bug #698882. | Igor Babaev | 2011-01-15 | 1 | -0/+6 |
|/ / / / | |||||
* | | | | Merge. | Igor Babaev | 2010-12-10 | 1 | -843/+64 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Got the declarations related to the class JOIN_CACHE, its derivatives and | Igor Babaev | 2010-11-19 | 1 | -1372/+1 |
| * | | | Fixed LP #bug 660963. | Igor Babaev | 2010-11-19 | 1 | -0/+13 |
| * | | | Fixed LP bug #674431. | Igor Babaev | 2010-11-13 | 1 | -0/+4 |
| * | | | Fixed LP bug #671901. | Igor Babaev | 2010-11-07 | 1 | -0/+18 |
| * | | | Merge | Igor Babaev | 2010-11-05 | 1 | -1/+2 |
| |\ \ \ | |||||
| | * | | | BNL and BNLH algorithms scan the join table and for each its record they | Igor Babaev | 2010-11-05 | 1 | -1/+2 |
| * | | | | Fixed LP bug #669382. | Igor Babaev | 2010-11-04 | 1 | -5/+8 |
| |/ / / | |||||
| * | | | Fixed LP bug #664594 and other bugs leading to invalid execution | Igor Babaev | 2010-11-03 | 1 | -0/+4 |
| * | | | Fixed LP bug #668290. | Igor Babaev | 2010-10-30 | 1 | -0/+1 |
| * | | | Merge. | Igor Babaev | 2010-10-30 | 1 | -249/+797 |
| |\ \ \ | |||||
| | * \ \ | Merge 5.3-mwl128 -> 5.3 | Igor Babaev | 2010-10-27 | 1 | -249/+797 |
| | |\ \ \ | |||||
| | | * | | | Fixed LP bug #663818. | Igor Babaev | 2010-10-22 | 1 | -1/+1 |
| | | * | | | Fixed LP bug #663840. | Igor Babaev | 2010-10-22 | 1 | -0/+12 |
| | | * | | | MWL#128: Added into EXPLAIN output info about types of the used join buffers and | Igor Babaev | 2010-10-18 | 1 | -54/+84 |
| | | * | | | Ported the fix for bug #57024 (a performance issue for outer joins). | Igor Babaev | 2010-10-06 | 1 | -10/+53 |
| | | * | | | Fixed bug #54539. | Igor Babaev | 2010-10-01 | 1 | -1/+2 |
| | | * | | | Fixed an incorrect calculation of JOIN_CACHE::max_buff_size. | Igor Babaev | 2010-09-01 | 1 | -1/+4 |
| | | * | | | The main patch for MWL#128: Implement Block Nested Loop Hash Join. | Igor Babaev | 2010-08-31 | 1 | -256/+715 |
* | | | | | | Merge in LPBUG#602574 | Sergey Petrunya | 2010-11-11 | 1 | -2/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | LPBUG#602574: RQG: sql_select.cc:5385: bool greedy_search... : Assertion `joi... | Sergey Petrunya | 2010-11-02 | 1 | -2/+1 |
| |/ / / / | |||||
* | | | | | 5.2 merge | Sergei Golubchik | 2010-10-28 | 1 | -1/+4 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | 5.1.51 merge | Sergei Golubchik | 2010-10-19 | 1 | -1/+2 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Automerge. | Alexey Kopytov | 2010-08-24 | 1 | -0/+1 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Bug #55568: user variable assignments crash server when used | Alexey Kopytov | 2010-08-24 | 1 | -0/+1 |