Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 5.3 | Sergei Golubchik | 2011-10-19 | 1 | -1144/+2425 |
|\ | |||||
| * | Fixed LP bug #802860. | Igor Babaev | 2011-06-28 | 1 | -5/+22 |
| * | Merge MWL#90 into 5.3-main | Sergey Petrunya | 2011-04-30 | 1 | -82/+137 |
| |\ | |||||
| | * | Merge MWL#90 with main 5.3 tree | Sergey Petrunya | 2011-04-02 | 1 | -82/+137 |
| | |\ | |||||
| | | * | Make first_linear_tab()/next_linear_tab() use named constants instead of TRUE... | Sergey Petrunya | 2011-03-25 | 1 | -9/+13 |
| | | * | MWL#90: Address review feedback part #9: | Sergey Petrunya | 2011-03-22 | 1 | -1/+7 |
| | | * | MWL#90: Address review feedback part #8 | Sergey Petrunya | 2011-03-22 | 1 | -1/+1 |
| | | * | MWL#90: Address review feedback part #7 | Sergey Petrunya | 2011-03-22 | 1 | -13/+33 |
| | | * | MWL#90: Address review feedback part #5 | Sergey Petrunya | 2011-03-22 | 1 | -3/+9 |
| | | * | MWL#90: Address review feedback part #2 | Sergey Petrunya | 2011-03-21 | 1 | -0/+8 |
| | | * | Fix error code handling in fix for BUG#724228 | Sergey Petrunya | 2011-03-01 | 1 | -1/+2 |
| | | * | Merge 5.3 -> 5.3-subqueries-mwl90 | Sergey Petrunya | 2011-03-01 | 1 | -14/+15 |
| | | |\ | |||||
| | | * | | BUG#724228: Wrong result with materialization=on and three aggregates in mari... | Sergey Petrunya | 2011-03-01 | 1 | -4/+3 |
| | | * | | Code cleanup (remove garbage comments and #if 0-s) | Sergey Petrunya | 2011-02-22 | 1 | -84/+5 |
| | | * | | Code cleanup (1) | Sergey Petrunya | 2011-02-19 | 1 | -1/+1 |
| | | * | | MWL#90: subquery optimizations | Sergey Petrunya | 2011-02-18 | 1 | -32/+1 |
| | | * | | Post-merge fixes part 5 | Sergey Petrunya | 2011-02-16 | 1 | -0/+5 |
| | | * | | Post-merge fixes part 4 | Sergey Petrunya | 2011-02-16 | 1 | -1/+1 |
| | | * | | Post-merge fixes part 3 | Sergey Petrunya | 2011-02-16 | 1 | -9/+9 |
| | | * | | Post-merge fixes part 2 | Sergey Petrunya | 2011-02-16 | 1 | -0/+4 |
| | | * | | MWL#90: Merge (4) | Sergey Petrunya | 2011-02-15 | 1 | -64/+176 |
| | | |\ \ | |||||
| | | | * \ | MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueries | Sergey Petrunya | 2011-02-15 | 1 | -64/+176 |
| | | | |\ \ | |||||
| | | | | * \ | MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueries | Sergey Petrunya | 2010-12-09 | 1 | -13/+48 |
| | | | | |\ \ | |||||
| | | | | | * \ | MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueries | psergey | 2010-07-11 | 1 | -13/+48 |
| | | | | | |\ \ | |||||
| | | | | | | * | | MWL#90: code cleanup | psergey | 2010-07-10 | 1 | -4/+1 |
| | | | | | | * | | MWL#90: Subqueries: Inside-out execution for non-semijoin materialized subque... | Sergey Petrunya | 2010-06-08 | 1 | -38/+8 |
| | | | | | | * | | Buildbot fixes: | Sergey Petrunya | 2010-06-05 | 1 | -2/+4 |
| | | | | | | * | | MWL#90: Code cleanup: Unification of merged and non-merged SJM nests processing | Sergey Petrunya | 2010-06-05 | 1 | -8/+68 |
| | | | | | | * | | MWL#90, code movearound to unify merged and non-merged semi-join materializat... | Sergey Petrunya | 2010-06-04 | 1 | -1/+1 |
| | | | | | | * | | Subquery optimizations: | Sergey Petrunya | 2010-05-10 | 1 | -4/+5 |
| | | | | | | * | | MWL#90: Subqueries: Inside-out execution for non-semijoin materialized | Sergey Petrunya | 2010-04-06 | 1 | -0/+5 |
| * | | | | | | | | Make EXPLAIN better at displaying MRR/BKA: | Sergey Petrunya | 2011-04-02 | 1 | -2/+30 |
| |/ / / / / / / | |||||
| * | | | | | | | MRR interface: change range_info's type from char* to range_id_t typedef. The... | Sergey Petrunya | 2011-03-04 | 1 | -7/+9 |
| | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Fix buildbot failure in fix of BUG#723822 | Sergey Petrunya | 2011-02-26 | 1 | -1/+2 |
| * | | | | | | Fixed high-impact Windows 64bit warnings (at least 4000 of them) | Vladislav Vaintroub | 2011-02-19 | 1 | -1/+1 |
| * | | | | | | Fix numerous warnings introduced in the last pushes on Windows | Vladislav Vaintroub | 2011-02-18 | 1 | -12/+12 |
| |/ / / / / | |||||
| * | | | | | Introduced optimizer switch flag 'optimize_join_buffer_size'. | Igor Babaev | 2011-02-04 | 1 | -17/+30 |
| * | | | | | Merge | Igor Babaev | 2011-01-21 | 1 | -4/+3 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | The patch adds the code that allows to use equi-join conditions | Igor Babaev | 2011-01-04 | 1 | -4/+3 |
| * | | | | | Merge | Igor Babaev | 2011-01-14 | 1 | -3/+6 |
| |\ \ \ \ \ | |||||
| | * | | | | | Ported the fix for LP bug #702310 / bug #59493. | Igor Babaev | 2011-01-14 | 1 | -3/+6 |
| | |/ / / / | |||||
| * | | | | | Merge backported subquery bugfixes/testcases into MariaDB 5.3 | Sergey Petrunya | 2011-01-14 | 1 | -0/+8 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Backport of (see below) + temporary measures to make SJ-Materialization work ... | Sergey Petrunya | 2011-01-13 | 1 | -0/+8 |
| * | | | | | Fixed LP bug #694443. | Igor Babaev | 2010-12-26 | 1 | -1/+1 |
| * | | | | | Merge | Igor Babaev | 2010-12-24 | 1 | -7/+114 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Fixed LP bug #670380. | Igor Babaev | 2010-12-22 | 1 | -7/+114 |
| * | | | | | MWL#121-125 DS-MRR improvements | Sergey Petrunya | 2010-12-13 | 1 | -6/+6 |
| * | | | | | Merge DS-MRR/CPK improvements into 5.3-main | Sergey Petrunya | 2010-12-13 | 1 | -6/+27 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | MWL#121-125 DS-MRR improvements | Sergey Petrunya | 2010-12-02 | 1 | -2/+14 |
| | * | | | | Merge maria-5.3-mwl128 -> maria-5.2-mwl128-dsmrr-cpk | Sergey Petrunya | 2010-11-29 | 1 | -3/+16 |
| | |\ \ \ \ |