summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
Commit message (Expand)AuthorAgeFilesLines
* Added comment about QUICK_RANGE_SELECT::free_cond being unused.Sergey Petrunya2012-06-221-1/+1
* Merge with 5.2.Michael Widenius2011-12-111-2/+4
|\
| * Merge with MariaDB 5.1Michael Widenius2011-11-241-2/+4
| |\
| | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+4
| | |\
| | | * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | |\
* | | | | BUG#882994: Crash in QUICK_RANGE_SELECT::reset with derived_with_keysSergey Petrunya2011-10-311-0/+7
* | | | | Merge from 5.2unknown2011-07-211-4/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge 5.1->5.2unknown2011-07-211-3/+0
| |\ \ \ \ | | |/ / /
| | * | | Removed incorrect fix and its test suite (the test suit is duplicate).unknown2011-07-211-3/+0
* | | | | Eliminated the member original_cond from the class SQL_SELECTIgor Babaev2011-05-291-5/+0
* | | | | Merge with MariaDB 5.2Michael Widenius2011-05-101-0/+5
|\ \ \ \ \ | |/ / / /
* | | | | Merge with 5.2Michael Widenius2011-03-091-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-0/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-0/+3
| | |\ \ \ | | | |/ /
| | | * | Bug#56862 Execution of a query that uses index merge returns a wrong resultSergey Glukhov2010-11-231-0/+3
| | | * | Bug #54734 assert in Diagnostics_area::set_ok_statusJon Olav Hauglid2010-07-191-1/+5
* | | | | MergeIgor Babaev2010-12-281-2/+1
|\ \ \ \ \
| * \ \ \ \ MergeIgor Babaev2010-12-281-2/+1
| |\ \ \ \ \
| | * \ \ \ \ MergeIgor Babaev2010-12-271-35/+92
| | |\ \ \ \ \
| | * | | | | | Post-merge fixes.Igor Babaev2010-12-271-4/+1
| | | |_|/ / / | | |/| | | |
* | | | | | | MergeIgor Babaev2010-12-271-38/+93
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge: mwl#24+mwl#21 5.1->5.2Igor Babaev2010-12-241-38/+93
| |\ \ \ \ \ \ | | | |/ / / / | | |/| / / / | | |_|/ / / | |/| | | |
| | * | | | Addressed the feedback from the review of Monty on the cumulative patch for Igor Babaev2010-12-191-60/+60
| | * | | | MergeIgor Babaev2010-12-091-7/+62
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | MWL #21: "index_merge: non-ROR intersection".Igor Babaev2010-12-011-1/+7
| | | * | | An implementation of index intersect via a modified Unique class.Igor Babaev2010-09-131-6/+55
* | | | | | MWL#121-125 DS-MRR improvementsSergey Petrunya2010-12-131-2/+2
* | | | | | Merge DS-MRR/CPK improvements into 5.3-mainSergey Petrunya2010-12-131-0/+7
|\ \ \ \ \ \
| * \ \ \ \ \ MWL#121-124 DS-MRR support for key-ordered retrieval, etcSergey Petrunya2010-11-011-0/+7
| |\ \ \ \ \ \
| | * | | | | | BUG#625841: Assertion `!table || (!table->read_set || bitmap_is_setSergey Petrunya2010-09-151-0/+7
* | | | | | | | Merge with 5.1-release.Michael Widenius2010-12-061-2/+10
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | merge with 5.1Michael Widenius2010-11-301-2/+10
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Patch from Sergey Petrunya:Michael Widenius2010-11-261-2/+10
| | | |/ / / | | |/| | |
* | | | | | Merge 5.2->5.3Sergey Petrunya2010-10-101-3/+83
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-3/+83
| |\ \ \ \ | | |/ / /
| | * | | Merge with MySQL 5.1.49Michael Widenius2010-08-021-3/+83
| | |\ \ \ | | | |/ /
| | | * | Bug#41660: Sort-index_merge for non-first join table mayMartin Hansson2010-06-241-1/+2
| | | * | Bug#50939: Loose Index Scan unduly relies on engine toMartin Hansson2010-05-101-2/+81
* | | | | MariaDB 5.2 -> MariaDB 5.3 merge Sergey Petrunya2010-06-261-1/+17
|\ \ \ \ \ | |/ / / /
| * | | | merge 5.1->5.2Sergei Golubchik2010-06-011-1/+17
| |\ \ \ \ | | |/ / /
| | * | | Changed the fixes for the following bugs:Igor Babaev2010-05-251-1/+13
| | * | | Fixes after last merge of MySQL 5.1Michael Widenius2010-05-131-0/+4
* | | | | MWL#67: MRR backportSergey Petrunya2009-12-221-1/+1
* | | | | Backport into MariaDB-5.2 the following:Sergey Petrunya2009-12-151-50/+92
|/ / / /
* | | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-1/+1
|/ / /
* | | More comments Sergey Petrunya2009-09-021-0/+6
* | | We are now using Valgrind rather than purify, and have for quite some time.unknown2009-05-061-2/+2
|/ /
* | Merge BUG#36639 into 5.1 Sergey Petrunia2008-08-251-8/+1
|\ \ | |/
| * BUG#36639: subselect.test crashes on 64 bit pentium4 when compiled for valgri...Sergey Petrunia2008-08-251-8/+1
| * Bug#37830 : ORDER BY ASC/DESC - no differenceGeorgi Kodinov2008-07-231-3/+1