summaryrefslogtreecommitdiff
path: root/sql/multi_range_read.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-5037: Server crash on a JOIN on a derived table with join_cache_level > 2Sergey Petrunya2013-09-201-9/+11
* -Run test suite with smaller aria keybuffer size (to make it possible to run ...Michael Widenius2013-06-051-0/+1
* 5.3 mergeSergei Golubchik2013-04-121-1/+1
|\
| * MDEV-4244 [PATCH] Buffer overruns and use-after-free errorsSergei Golubchik2013-04-061-1/+1
* | Fixed compiler errorsMichael Widenius2012-08-141-1/+1
* | 5.3 mergeSergei Golubchik2012-02-241-4/+8
|\ \ | |/
| * Added back MRR counters. The new names are: Handler_mrr_init, Sergey Petrunya2012-02-221-4/+8
* | 5.3.4 mergeSergei Golubchik2012-02-151-2/+21
|\ \ | |/
| * Add MRR counters: Handler_mrr_init, Handler_mrr_extra_rowid_sorts, Sergey Petrunya2012-01-231-2/+21
* | 5.3->5.5 mergeSergei Golubchik2011-11-221-10/+13
|\ \ | |/
| * Fixed LP bug #878769.Igor Babaev2011-10-221-1/+2
| * Compiler warning about assigned but not used variables fixed.unknown2011-10-181-2/+3
| * BUG#730133: Wrong result with jkl = 7, BKA, ICP in maria-5.3 + compound indexSergey Petrunya2011-09-131-7/+8
* | merge with 5.3Sergei Golubchik2011-10-191-217/+1091
|\ \ | |/
| * 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