summaryrefslogtreecommitdiff
path: root/sql/opt_range_mrr.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26996 Reverse-ordered indexes: remove SEL_ARG::is_ascendingSergei Petrunia2022-01-261-12/+15
* MDEV-26996 Support descending indexes in the range optimizerSergei Petrunia2022-01-261-25/+21
* Merge 10.3 into 10.4Marko Mäkelä2020-05-301-0/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-05-271-0/+1
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2020-05-261-0/+1
| | |\
| | | * MDEV-21495: Conditional jump or move depends on uninitialised value in sel_ar...Varun Gupta2020-05-261-0/+1
* | | | MDEV-22401: Optimizer trace: multi-component range is not printed correctlySergei Petrunia2020-04-291-1/+1
* | | | MDEV-20740: Odd computations in calculate_cond_selectivity_for_tableSergei Petrunia2019-10-041-1/+4
* | | | MDEV-18741: Optimizer trace: multi-part key ranges are printed incorrectlyVarun Gupta2019-05-281-4/+9
|/ / /
* | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF addressMichal Schorm2019-05-101-1/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2018-08-281-17/+37
|\ \ \ \ | |/ / /
| * | | MDEV-16934 Query with very large IN clause lists runs slowlyIgor Babaev2018-08-171-17/+37
* | | | Fix a lot of compiler warnings found by -WunusedMonty2018-04-261-2/+2
|/ / /
* | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-6/+6
|/ /
* | Correct FSF addressiangilfillan2017-03-101-1/+1
* | MDEV-10325: Queries examines all rows of a tables when it should notSergei Petrunia2016-07-121-3/+3
* | MDEV-10175: range optimizer calls records_in_range() for full extended keysSergei Petrunia2016-06-031-5/+21
* | 10.0-monty mergeSergei Golubchik2013-07-211-2/+2
|\ \
| * | 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-1/+1
| |/
* | The pilot patch for mwl#253.Igor Babaev2013-03-111-2/+4
|/
* MDEV-3934 Assertion `((keypart_map+1) & keypart_map) == 0' failed in _mi_pack...Sergei Golubchik2013-01-201-0/+1
* fix the include guards and add missing gplv2 headersSergei Golubchik2012-02-171-0/+15
* merge with 5.3Sergei Golubchik2011-10-191-5/+19
|\
| * Fixed compiler warningsMichael Widenius2011-02-251-1/+1
| * Fix MYSQL Bug#60057 : sel_arg_range_seq_next loops in optimized compilation/...Vladislav Vaintroub2011-02-121-0/+14
| * MWL#121-125 DS-MRR improvementsSergey Petrunya2010-12-131-4/+4
* | lots of post-merge changesSergei Golubchik2011-04-251-2/+2
|/
* Post-merge fixes part 1Sergey Petrunya2010-10-101-20/+3
* MWL#67: MRR backportSergey Petrunya2009-12-221-0/+349