summaryrefslogtreecommitdiff
path: root/sql/multi_range_read.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-4/+21
|\
| * 5.5 mergeSergei Golubchik2014-11-191-2/+13
| |\
| | * MDEV-7068: MRR accessing uninitialised bytes, test case failure main.innodb_mrrSergey Petrunya2014-11-131-2/+13
| * | MergeSergey Petrunya2014-10-291-10/+11
| |\ \ | | |/
| | * Merge 5.3->5.5Sergey Petrunya2014-10-291-2/+8
| | |\
| | | * MDEV-6878: Use of uninitialized saved_primary_key in Mrr_ordered_index_reader...Sergey Petrunya2014-10-291-2/+8
| * | | MDEV-6878: Use of uninitialized saved_primary_key in Mrr_ordered_index_reader...Sergey Petrunya2014-10-161-9/+14
* | | | MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-111-6/+0
|/ / /
* | | MDEV-5976: TokuDB: Wrong query result using mrr=onSergey Petrunya2014-06-061-1/+7
* | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-17/+17
* | | merge 10.0-base -> 10.0unknown2013-09-261-9/+11
|\ \ \
| * \ \ merge 5.5 -> 10.0-baseunknown2013-09-251-9/+11
| |\ \ \ | | |/ /
| | * | MDEV-5037: Server crash on a JOIN on a derived table with join_cache_level > 2Sergey Petrunya2013-09-201-9/+11
* | | | 10.0-monty mergeSergei Golubchik2013-07-211-4/+4
|\ \ \ \
| * | | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-1/+1
| * | | | Push a lot of small fixes to get larger parts to compileMichael Widenius2013-05-211-1/+1
| * | | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-2/+2
* | | | | 10.0-base mergeSergei Golubchik2013-07-181-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 5.5 mergeSergei Golubchik2013-07-171-0/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | -Run test suite with smaller aria keybuffer size (to make it possible to run ...Michael Widenius2013-06-051-0/+1
* | | | | Merge 10.0-base -> 10.0unknown2013-05-281-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fixed errors and compiler warnings found by buildbotMichael Widenius2013-05-051-2/+2
* | | | | 10.0-base mergeSergei Golubchik2013-04-151-1/+1
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | 5.5 mergeSergei Golubchik2013-04-141-1/+1
| |\ \ \ | | |/ /
| | * | 5.3 mergeSergei Golubchik2013-04-121-1/+1
| | |\ \ | | | |/
| | | * MDEV-4244 [PATCH] Buffer overruns and use-after-free errorsSergei Golubchik2013-04-061-1/+1
* | | | Merge 10.0-base -> 10.0.Igor Babaev2013-01-101-1/+1
|\ \ \ \ | |/ / /
| * | | Addressed all remaining issues from the review of the patchIgor Babaev2012-12-131-1/+1
| * | | Merge 5.5->5.5-mwl248.Igor Babaev2012-08-291-1/+1
| |\ \ \ | | |/ /
| * | | The pilot implementation of mwl#250: Use the statistics from persistentIgor Babaev2012-04-111-1/+1
* | | | 10.0-base -> 10.0-montySergei Golubchik2012-10-191-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed compiler errorsMichael Widenius2012-08-141-1/+1
| |/ /
* | | Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6Michael Widenius2012-08-011-16/+16
* | | Fixed build failures found by buildbotMichael Widenius2012-06-051-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