summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | 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
| | | | |/ / / / | | | |/| | | |
* | | | | | | | 5.5-mergeSergei Golubchik2011-07-021-0/+58
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | BUG#58985: Assertion tab->quick->index != 64 failed in make_join_select() Jorgen Loland2010-12-171-0/+55
| * | | | | | | 5.1-bugteam->5.5-bugteam mergeSergey Glukhov2010-11-231-0/+3
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Bug#56862 Execution of a query that uses index merge returns a wrong resultSergey Glukhov2010-11-231-0/+3
* | | | | | | | lots of post-merge changesSergei Golubchik2011-04-251-2/+1
* | | | | | | | merge.Sergei Golubchik2010-11-251-55/+115
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | 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
| | | |\ \ \
| * | | \ \ \ 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
* | | | | manual merge from mysql-5.1-bugteamJon Olav Hauglid2010-07-191-1/+5
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Bug #54734 assert in Diagnostics_area::set_ok_statusJon Olav Hauglid2010-07-191-1/+5
| | |/ / | |/| |
* | | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-1/+11
|\ \ \ \
| * | | | Bug #30584: delete with order by and limit clauses does notGleb Shchepa2010-06-231-1/+11
* | | | | Merge of fix for Bug#41660.Martin Hansson2010-06-241-1/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Bug#41660: Sort-index_merge for non-first join table mayMartin Hansson2010-06-241-1/+2
* | | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-05-311-1/+0
* | | | Manual merge from mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-05-111-2/+81
|\ \ \ \ | |/ / /
| * | | Bug#50939: Loose Index Scan unduly relies on engine toMartin Hansson2010-05-101-2/+81
| |/ /
* | | WL#5030: Split and remove mysql_priv.hMats Kindahl2010-03-311-0/+19
* | | Backport of:Konstantin Osipov2009-11-241-1/+1
* | | Ported WL#3220 to mysql-next-mr.Georgi Kodinov2009-09-281-2/+15
|/ /
* | 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
* | merge of bug #37830 to 5.1Georgi Kodinov2008-07-171-3/+1
|\ \
| * | Bug#37830 : ORDER BY ASC/DESC - no differenceGeorgi Kodinov2008-07-161-3/+1
| |/
* | Better commentsunknown2007-11-061-2/+7
* | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-05-241-20/+20
|\ \
| * | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-20/+20
* | | wl#2936 post-merge fixesunknown2007-04-161-2/+2
|/ /
* | wl#3700 - post-review fixes:unknown2007-03-171-13/+16
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1unknown2007-02-211-7/+16
|\ \
| * | WL#3700: Handler API change: all index search methods - that is,unknown2007-01-291-7/+16