summaryrefslogtreecommitdiff
path: root/sql/multi_range_read.cc
Commit message (Expand)AuthorAgeFilesLines
* BUG#730133: Wrong result with jkl = 7, BKA, ICP in maria-5.3 + compound indexSergey Petrunya2011-09-131-7/+8
* New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_writeMichael Widenius2011-06-271-1/+1
* Change optimizer_use_mrr=auto|disable|forceSergey Petrunya2011-06-031-4/+5
* Merge with MariaDB 5.2Michael Widenius2011-05-101-1/+3
* Make EXPLAIN better at displaying MRR/BKA:Sergey Petrunya2011-04-021-1/+50
* MRR interface: change range_info's type from char* to range_id_t typedef. The...Sergey Petrunya2011-03-041-17/+17
* Merge fix for BUG#693747Sergey Petrunya2011-03-041-1/+20
|\
| * BUG#693747: Assertion multi_range_read.cc:908: int DsMrr_impl::dsmrr_initSergey Petrunya2011-03-021-1/+20
* | BUG#707925: Wrong result with join_cache_level=6 optimizer_use_mrr = force (i...Sergey Petrunya2011-03-041-6/+39
|/
* Fix numerous warnings introduced in the last pushes on WindowsVladislav Vaintroub2011-02-181-3/+3
* Merge with bugfixMichael Widenius2011-02-181-3/+5
|\
| * Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM loc...Michael Widenius2011-02-181-1/+1
|/
* Fix compile error on Windows: instead of round(X) use floor(X+0.5)Sergey Petrunya2010-12-221-1/+1
* BUG#670417: Diverging results in maria-5.3-mwl128-dsmrr-cpk with join bufferSergey Petrunya2010-12-201-9/+25
* BUG#670417: Diverging results in maria-5.3-mwl128-dsmrr-cpk with join bufferSergey Petrunya2010-12-191-56/+29
* Fix a compiler warning on sparc32Sergey Petrunya2010-12-171-0/+7
* Small code cleanupsSergey Petrunya2010-12-171-2/+3
* MWL#121-125 DS-MRR improvementsSergey Petrunya2010-12-161-12/+10
* MWL#121-125 DS-MRR improvementsSergey Petrunya2010-12-161-44/+35
* - Fix compiler warningSergey Petrunya2010-12-151-1/+1
* MWL#121-125 DS-MRR improvementsSergey Petrunya2010-12-131-9/+6
* Merge DS-MRR/CPK improvements into 5.3-mainSergey Petrunya2010-12-131-208/+977
|\
| * Fix crashes on sparc-32 bit: use memcpy when we need to access non-aligned Sergey Petrunya2010-12-101-8/+16
| * BUG#671340: Diverging results in with mrr_sort_keys=ON|OFF and join_cache_lev...Sergey Petrunya2010-12-091-1/+53
| * MWL#121-125 DS-MRR improvementsSergey Petrunya2010-12-021-85/+92
| * MWL#121-125 DS-MRR improvements Sergey Petrunya2010-12-021-127/+131
| * Fix trivial error in previous pushSergey Petrunya2010-11-291-3/+1
| * Fix buildbot failure: keep rowid_buf_elem_size to its original value, otherwise Sergey Petrunya2010-11-281-3/+4
| * Fix trivial error Sergey Petrunya2010-11-261-1/+2
| * Fix buildbot failureSergey Petrunya2010-11-261-3/+11
| * Merge MWL#121-125 DS-MRR improvements Sergey Petrunya2010-11-251-13/+21
| * MWL#121-125 DS-MRR improvementsSergey Petrunya2010-11-231-55/+56
| * MWL#121-125 DS-MRR improvementsSergey Petrunya2010-11-221-51/+32
| * Merge MWL#121-125 DS-MRR improvements Sergey Petrunya2010-11-221-21/+24
| * BUG#671361: virtual int Mrr_ordered_index_reader::refill_buffer(): Assertion ...Sergey Petrunya2010-11-091-2/+13
| * BUG#670417: Diverging results in maria-5.3-mwl128-dsmrr-cpk with join buffer,...Sergey Petrunya2010-11-081-1/+38
| * DS-MRR improvementsSergey Petrunya2010-11-081-31/+49
| * Merge {DS-DRR improvements:code cleanup} into MWL#128+DS-MRR treeSergey Petrunya2010-11-031-134/+67
| |\
| | * Code cleanupSergey Petrunya2010-11-031-48/+57
| | * Code cleanupSergey Petrunya2010-11-021-88/+12
| * | Address problems uncovered by buildbotSergey Petrunya2010-11-021-5/+6
| |/
| * MWL#121-124 DS-MRR support for key-ordered retrieval, etcSergey Petrunya2010-11-011-190/+887
| |\
| | * Re-initialization reworkedSergey Petrunya2010-11-011-22/+51
| | * use DBUG_RETURN with DBUG_ENTERSergey Petrunya2010-11-011-1/+1
| | * DS-MRR/CPK improvements: correct buffer exhaustion handlingSergey Petrunya2010-10-311-10/+15
| | * DS-MRR improvements:Sergey Petrunya2010-10-291-3/+10
| | * DS-MRR improvementsSergey Petrunya2010-10-291-0/+4
| | * DS-MRR improvements:Sergey Petrunya2010-10-281-11/+16
| | * DS-MRR improvements: address review feedback for R3 version of the patchSergey Petrunya2010-10-261-522/+600
| | * Code cleanupSergey Petrunya2010-10-041-12/+2