summaryrefslogtreecommitdiff
path: root/sql/sql_join_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * | MWL#121-125 DS-MRR improvementsSergey Petrunya2010-11-221-1/+1
| * | Merge MWL#121-125 DS-MRR improvements into MWL#128 Classic hash join treeSergey Petrunya2010-11-151-3/+12
| |\ \
| | * \ Merge MWL#121-124 DS-MRR support for key-ordered reads + MWL#128 BNL-Hash joinSergey Petrunya2010-11-011-3/+12
| | |\ \
| | | * \ MWL#121-124 DS-MRR support for key-ordered retrieval, etcSergey Petrunya2010-11-011-2/+7
| | | |\ \
| | | | * | DS-MRR support improvements (MWL#123, MWL#124, MWL#125)Sergey Petrunya2010-07-171-0/+5
| | | | * | MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-07-161-2/+2
| | | | |\ \
| | | | | * | MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-221-2/+1
| | | | | * | MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-191-1/+2
* | | | | | | Fixed compiler warnings.Igor Babaev2010-12-111-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fixed LP bug #675922.Igor Babaev2010-11-191-3/+16
|/ / / / /
* | | | | Fixed LP bug #674423.Igor Babaev2010-11-131-2/+2
* | | | | Fixed LP bug#672497.Igor Babaev2010-11-111-2/+7
* | | | | Fixed LP bug #669382.Igor Babaev2010-11-041-2/+5
* | | | | Fixed LP bug #664594 and other bugs leading to invalid executionIgor Babaev2010-11-031-10/+50
|/ / / /
* | | | Merge 5.3-mwl128 -> 5.3Igor Babaev2010-10-271-1133/+2099
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed LP bug #663818.Igor Babaev2010-10-221-2/+3
| * | | Fixed LP bug #663840.Igor Babaev2010-10-221-1/+2
| * | | MWL#128: Added into EXPLAIN output info about types of the used join buffers andIgor Babaev2010-10-181-0/+48
| * | | Ported the fix for bug #57024 (a performance issue for outer joins).Igor Babaev2010-10-061-58/+178
| * | | Applied the fix for bug #54235 taken from one of the mysql trees.Igor Babaev2010-10-031-25/+1
| * | | Fixed bug #52394 / LP bug #623209.Igor Babaev2010-09-211-4/+8
| * | | Fixed a typo bug in JOIN_CACHE::shrink_join_buffer_in_ratio.Igor Babaev2010-09-021-1/+1
| * | | Made sure that JOIN_CACHE::max_records is not less than 10.Igor Babaev2010-09-021-1/+1
| * | | Fixed an incorrect calculation of JOIN_CACHE::max_buff_size.Igor Babaev2010-09-011-3/+6
| * | | Fixes in function specs.Igor Babaev2010-08-311-15/+15
| * | | The main patch for MWL#128: Implement Block Nested Loop Hash Join.Igor Babaev2010-08-311-1096/+1905
| |/ /
* | | Remove garbage commentsSergey Petrunya2010-10-101-4/+0
* | | Post-merge fixes part 1Sergey Petrunya2010-10-101-3/+3
|/ /
* | Added missing calls of update_virtual_fields() in the Igor Babaev2010-07-011-4/+3
* | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-6/+22
|/
* BUG#49129: Wrong result with IN-subquery with join_cache_level=6 and firstmat...Sergey Petrunya2010-03-071-1/+6