summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* MergeIgor Babaev2011-04-261-64/+83
|\
| * Fixed LP bugs #717577, #724942.Igor Babaev2011-04-261-64/+83
* | Merge: Make EXPLAIN better at displaying MRR/BKASergey Petrunya2011-04-041-0/+18
|\ \
| * | Make EXPLAIN better at displaying MRR/BKA:Sergey Petrunya2011-04-021-0/+18
* | | Fixed all BUILD scripts to use g++ instead of gcc for linkingMichael Widenius2011-03-311-2/+5
* | | Merge the fix for LP BUG#613029.unknown2011-03-301-0/+7
|\ \ \ | |/ / |/| |
| * | Fix LP BUG#613029unknown2011-03-281-0/+7
* | | Merge in fix for BUG#727667Sergey Petrunya2011-03-251-8/+58
|\ \ \ | |/ / |/| |
| * | BUG#727667 Wrong result with OR + NOT NULL in maria-5.3Sergey Petrunya2011-03-251-2/+2
| * | BUG#727667 Wrong result with OR + NOT NULL in maria-5.3Sergey Petrunya2011-03-051-8/+58
* | | Fix LP BUG#715738unknown2011-03-241-3/+40
* | | Merge.Igor Babaev2011-03-151-2/+9
|\ \ \
| * | | Fixed LP bug #702322.Igor Babaev2011-03-031-2/+9
| |/ /
* | | MergeIgor Babaev2011-03-131-4/+21
|\ \ \
| * | | Fixed LP bug #729039.Igor Babaev2011-03-071-4/+21
| |/ /
* | | Added item.real_type() for easy access to the underlaying types for Item_ref ...Michael Widenius2011-03-091-6/+2
* | | Merge with 5.2Michael Widenius2011-03-091-10/+22
|\ \ \ | |/ / |/| |
| * | Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-10/+23
| |\ \
| | * \ Merge with MySQL 5.1.55Michael Widenius2011-02-201-8/+18
| | |\ \
| | | * | Updating header copyright/README in source for 2011Karen Langford2011-01-251-1/+1
| | | * | Bug#58207: invalid memory reads when using default column value and Martin Hansson2011-01-121-1/+6
| | | * | Fix for bug#58553, "Queries with pushed conditions causes 'explain extended' Jan Wedvik2011-01-111-1/+0
| | | * | MergeKent Boortz2010-12-291-1/+1
| | | |\ \
| | | | * | - Added/updated copyright headersKent Boortz2010-12-281-1/+1
| | | * | | Fixed following problems:Sergey Glukhov2010-12-141-1/+2
| | | * | | mergeGeorgi Kodinov2010-11-261-1/+13
| | | |\ \ \
| | | * | | | Fix for Bug#56138 "valgrind errors about overlapping memory when double-assig...Guilhem Bichot2010-11-221-2/+6
| | | * | | | Bug #52160: crash and inconsistent results when groupingGleb Shchepa2010-10-311-0/+2
| | * | | | | Fixed some mysql-test-run failures and compile warnings/errorsMichael Widenius2011-01-201-0/+1
| | * | | | | Fixed LP bug #702310 / bug #59493.Igor Babaev2011-01-141-2/+4
| * | | | | | Merge with alias as StringMichael Widenius2011-02-281-8/+15
| |\ \ \ \ \ \
| | * | | | | | Change TABLE->alias to String for less memory reallocationMichael Widenius2011-02-281-8/+14
* | | | | | | | BUG#724275: Crash in JOIN::optimize in maria-5.3Sergey Petrunya2011-03-011-1/+3
* | | | | | | | Merge.Igor Babaev2011-02-271-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Minor corrections.Igor Babaev2011-02-271-0/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | MergeIgor Babaev2011-02-271-53/+102
|\ \ \ \ \ \ \ \
| * | | | | | | | BNLH algorithm always used a full table scan over the joined tableIgor Babaev2011-02-231-53/+102
* | | | | | | | | Merge in new handler and handlersocket code into 5.3 mainMichael Widenius2011-02-221-1/+7
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge with 5.1Michael Widenius2011-01-111-1/+7
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | Fixed typosMichael Widenius2011-01-071-1/+1
| | * | | | | | | | Merge with 5.1Michael Widenius2011-01-051-0/+6
| | |\ \ \ \ \ \ \ \ | | | | |_|_|/ / / / | | | |/| | | | | |
| | | * | | | | | | Make copy from heap to MyISAM / Aria killable.Michael Widenius2011-01-051-0/+6
* | | | | | | | | | Fixed high-impact Windows 64bit warnings (at least 4000 of them)Vladislav Vaintroub2011-02-191-1/+1
* | | | | | | | | | Fix numerous warnings introduced in the last pushes on WindowsVladislav Vaintroub2011-02-181-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge: BUG#716293: "Range checked for each record" is not used if condition r...Sergey Petrunya2011-02-111-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | BUG#716293: "Range checked for each record" is not used if condition refers t...Sergey Petrunya2011-02-101-1/+1
* | | | | | | | | Fixed LP bug #702403 that caused a crash on the tree for mwl#128Igor Babaev2011-02-051-1/+1
* | | | | | | | | MergeIgor Babaev2011-01-281-256/+581
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Post-second-review fixes for the patch that added the code allowing to useIgor Babaev2011-01-241-13/+10
| * | | | | | | | | MergeIgor Babaev2011-01-231-252/+580
| |\ \ \ \ \ \ \ \ \