summaryrefslogtreecommitdiff
path: root/sql/sql_join_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* merge with 5.3Sergei Golubchik2011-10-191-1144/+2425
|\
| * Fixed LP bug #802860.Igor Babaev2011-06-281-5/+22
| * Merge MWL#90 into 5.3-mainSergey Petrunya2011-04-301-82/+137
| |\
| | * Merge MWL#90 with main 5.3 treeSergey Petrunya2011-04-021-82/+137
| | |\
| | | * Make first_linear_tab()/next_linear_tab() use named constants instead of TRUE...Sergey Petrunya2011-03-251-9/+13
| | | * MWL#90: Address review feedback part #9:Sergey Petrunya2011-03-221-1/+7
| | | * MWL#90: Address review feedback part #8Sergey Petrunya2011-03-221-1/+1
| | | * MWL#90: Address review feedback part #7Sergey Petrunya2011-03-221-13/+33
| | | * MWL#90: Address review feedback part #5Sergey Petrunya2011-03-221-3/+9
| | | * MWL#90: Address review feedback part #2Sergey Petrunya2011-03-211-0/+8
| | | * Fix error code handling in fix for BUG#724228Sergey Petrunya2011-03-011-1/+2
| | | * Merge 5.3 -> 5.3-subqueries-mwl90Sergey Petrunya2011-03-011-14/+15
| | | |\
| | | * | BUG#724228: Wrong result with materialization=on and three aggregates in mari...Sergey Petrunya2011-03-011-4/+3
| | | * | Code cleanup (remove garbage comments and #if 0-s)Sergey Petrunya2011-02-221-84/+5
| | | * | Code cleanup (1)Sergey Petrunya2011-02-191-1/+1
| | | * | MWL#90: subquery optimizationsSergey Petrunya2011-02-181-32/+1
| | | * | Post-merge fixes part 5Sergey Petrunya2011-02-161-0/+5
| | | * | Post-merge fixes part 4Sergey Petrunya2011-02-161-1/+1
| | | * | Post-merge fixes part 3Sergey Petrunya2011-02-161-9/+9
| | | * | Post-merge fixes part 2Sergey Petrunya2011-02-161-0/+4
| | | * | MWL#90: Merge (4)Sergey Petrunya2011-02-151-64/+176
| | | |\ \
| | | | * \ MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriesSergey Petrunya2011-02-151-64/+176
| | | | |\ \
| | | | | * \ MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriesSergey Petrunya2010-12-091-13/+48
| | | | | |\ \
| | | | | | * \ MWL#90: Subqueries: Inside-out execution for materialized non-sj subqueriespsergey2010-07-111-13/+48
| | | | | | |\ \
| | | | | | | * | MWL#90: code cleanuppsergey2010-07-101-4/+1
| | | | | | | * | MWL#90: Subqueries: Inside-out execution for non-semijoin materialized subque...Sergey Petrunya2010-06-081-38/+8
| | | | | | | * | Buildbot fixes: Sergey Petrunya2010-06-051-2/+4
| | | | | | | * | MWL#90: Code cleanup: Unification of merged and non-merged SJM nests processingSergey Petrunya2010-06-051-8/+68
| | | | | | | * | MWL#90, code movearound to unify merged and non-merged semi-join materializat...Sergey Petrunya2010-06-041-1/+1
| | | | | | | * | Subquery optimizations:Sergey Petrunya2010-05-101-4/+5
| | | | | | | * | MWL#90: Subqueries: Inside-out execution for non-semijoin materializedSergey Petrunya2010-04-061-0/+5
| * | | | | | | | Make EXPLAIN better at displaying MRR/BKA:Sergey Petrunya2011-04-021-2/+30
| |/ / / / / / /
| * | | | | | | MRR interface: change range_info's type from char* to range_id_t typedef. The...Sergey Petrunya2011-03-041-7/+9
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix buildbot failure in fix of BUG#723822Sergey Petrunya2011-02-261-1/+2
| * | | | | | Fixed high-impact Windows 64bit warnings (at least 4000 of them)Vladislav Vaintroub2011-02-191-1/+1
| * | | | | | Fix numerous warnings introduced in the last pushes on WindowsVladislav Vaintroub2011-02-181-12/+12
| |/ / / / /
| * | | | | Introduced optimizer switch flag 'optimize_join_buffer_size'.Igor Babaev2011-02-041-17/+30
| * | | | | MergeIgor Babaev2011-01-211-4/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | The patch adds the code that allows to use equi-join conditionsIgor Babaev2011-01-041-4/+3
| * | | | | MergeIgor Babaev2011-01-141-3/+6
| |\ \ \ \ \
| | * | | | | Ported the fix for LP bug #702310 / bug #59493.Igor Babaev2011-01-141-3/+6
| | |/ / / /
| * | | | | Merge backported subquery bugfixes/testcases into MariaDB 5.3Sergey Petrunya2011-01-141-0/+8
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Backport of (see below) + temporary measures to make SJ-Materialization work ...Sergey Petrunya2011-01-131-0/+8
| * | | | | Fixed LP bug #694443.Igor Babaev2010-12-261-1/+1
| * | | | | MergeIgor Babaev2010-12-241-7/+114
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fixed LP bug #670380.Igor Babaev2010-12-221-7/+114
| * | | | | MWL#121-125 DS-MRR improvementsSergey Petrunya2010-12-131-6/+6
| * | | | | Merge DS-MRR/CPK improvements into 5.3-mainSergey Petrunya2010-12-131-6/+27
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | MWL#121-125 DS-MRR improvements Sergey Petrunya2010-12-021-2/+14
| | * | | | Merge maria-5.3-mwl128 -> maria-5.2-mwl128-dsmrr-cpkSergey Petrunya2010-11-291-3/+16
| | |\ \ \ \