summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix numerous warnings introduced in the last pushes on WindowsVladislav Vaintroub2011-02-181-4/+4
* Fix compile errors:Vladislav Vaintroub2011-02-011-1/+1
* MergeIgor Babaev2010-12-281-2/+1
|\
| * MergeIgor Babaev2010-12-281-2/+1
| |\
| | * MergeIgor Babaev2010-12-271-122/+1175
| | |\
| | * | Post-merge fixes.Igor Babaev2010-12-271-2/+1
* | | | MergeIgor Babaev2010-12-271-451/+2543
|\ \ \ \ | |/ / /
| * | | Merge: mwl#24+mwl#21 5.1->5.2Igor Babaev2010-12-241-461/+2535
| |\ \ \ | | | |/ | | |/|
| | * | Post-review fixes.Igor Babaev2010-12-221-3/+22
| | * | Addressed the feedback from the review of Monty on the cumulative patch for Igor Babaev2010-12-191-313/+409
| | * | Fixed a compiler warning.Igor Babaev2010-12-101-1/+1
| | * | Fixed compiler warnings.Igor Babaev2010-12-101-2/+3
| | * | Merge.Igor Babaev2010-12-101-104/+1041
| | |\ \ | | | |/ | | |/|
| | | * MergeIgor Babaev2010-12-091-105/+1042
| | | |\
| | | | * The function records_in_index_intersect_extension tried toIgor Babaev2010-12-071-1/+2
| | | | * Fixed LP bug#684086.Igor Babaev2010-12-051-2/+3
| | | | * Fixed LP bug #684117.Igor Babaev2010-12-041-1/+2
| | | | * Changed the queries of index_intersect.test to ensure platform Igor Babaev2010-12-031-4/+5
| | | | * MWL #21: "index_merge: non-ROR intersection".Igor Babaev2010-12-011-172/+742
| | | | * MergeIgor Babaev2010-09-271-29/+391
| | | | |\
| | | | | * An implementation of index intersect via a modified Unique class.Igor Babaev2010-09-131-29/+391
| | | | | * Pulled in the latest changes of 5.1Igor Babaev2010-09-111-1/+1
| | | | | |\
| | * | | | | Addemdum for bug #685952.Igor Babaev2010-12-091-3/+2
| | |/ / / /
| | * | | | Fixed LP bug #685952.Igor Babaev2010-12-071-1/+4
| | * | | | Merge.Igor Babaev2010-12-051-336/+1355
| | |\ \ \ \
| | | * | | | Fixed LP bug #684117.Igor Babaev2010-12-051-1/+2
| | | |/ / /
| | | * | | Fixed bug #637978.Igor Babaev2010-09-151-17/+22
| | | * | | Pulled in the ltest changes of 5.1Igor Babaev2010-09-111-1/+1
| | | |\ \ \ | | | | |/ / | | | |/| / | | | | |/
| | | * | WL#24: post review fixes.Igor Babaev2010-09-111-21/+21
| | | * | MergeIgor Babaev2010-08-311-332/+1345
| | | |\ \
| | | | * | Fixed a bug in the code of the patch for WL#24 that manifestedIgor Babaev2009-10-291-11/+12
| | | | * | Replaced a lame implementation of the function sel_trees_must_be_oredIgor Babaev2009-10-291-21/+45
| | | | * | The main patch for WL#24: Igor Babaev2009-10-111-331/+1319
| * | | | | When compiling with valgrind, change my_alloca() to use my_malloc()Michael Widenius2010-12-131-0/+2
* | | | | | Merge DS-MRR/CPK improvements into 5.3-mainSergey Petrunya2010-12-131-3/+4
|\ \ \ \ \ \
| * | | | | | MWL#121-125 DS-MRR improvements Sergey Petrunya2010-12-021-2/+2
| * | | | | | Merge MWL#121-125 DS-MRR improvements Sergey Petrunya2010-11-221-1/+1
| * | | | | | MWL#121-124 DS-MRR support for key-ordered retrieval, etcSergey Petrunya2010-11-011-1/+2
| |\ \ \ \ \ \
| | * | | | | | BUG#625841: Assertion `!table || (!table->read_set || bitmap_is_setSergey Petrunya2010-09-151-1/+1
| | * | | | | | MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-07-161-0/+1
| | |\ \ \ \ \ \
| | | * | | | | | MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-221-1/+0
| | | * | | | | | MWL#121: DS-MRR support for clustered primary keysSergey Petrunya2010-06-191-0/+2
* | | | | | | | | Merge with 5.1-release.Michael Widenius2010-12-061-35/+79
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | merge with 5.1Michael Widenius2010-11-301-35/+79
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | Patch from Sergey Petrunya:Michael Widenius2010-11-261-32/+71
| | * | | | | | | Merge with MySQL 5.1.52Michael Widenius2010-11-231-3/+8
| | |\ \ \ \ \ \ \
| | | * | | | | | | Bug#50402 Optimizer producing wrong results when using Index Merge on InnoDB Sergey Glukhov2010-09-161-3/+8
* | | | | | | | | | Added TRASH() to table->record[0] to find out if we access not initialzed data.Michael Widenius2010-11-271-1/+1
* | | | | | | | | | Code cleanup to get fewer reallocs() during execution.Michael Widenius2010-11-241-2/+3
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | 5.2 mergeSergei Golubchik2010-10-281-7/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /