summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge MySQL 5.1.41 into MariaDB trunk, including a number of after-merge fixes.unknown2009-11-301-56/+239
|\
| * After-merge fixes for MySQL 5.1.41 merge into MariaDB: more fixes for Buildbo...unknown2009-11-271-1/+1
| * Corrected a line from the patch for table elimination (WL#17)unknown2009-11-161-1/+1
| * Merge with MySQL 5.1, with following additions:unknown2009-11-161-55/+238
| |\
| | * A fix and a test case for Konstantin Osipov2009-11-031-2/+58
| | |\
| | | * A fix and a test case forKonstantin Osipov2009-11-031-2/+59
| | | * Automerge.Alexey Kopytov2009-10-301-28/+64
| | | |\
| | * | | Bug#48370: Absolutely wrong calculations with GROUP BY and decimal fields whe...Davi Arnaut2009-11-021-1/+40
| | * | | Automerge.Alexey Kopytov2009-10-301-28/+64
| | |\ \ \
| | | * \ \ Automerge.Alexey Kopytov2009-10-301-28/+64
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Bug #48131: crash group by with rollup, distinct, filesort,Alexey Kopytov2009-10-301-28/+64
| | * | | | mergeGeorgi Kodinov2009-10-301-1/+12
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Bug #48291 : crash with row() operator,select into @var, and Georgi Kodinov2009-10-301-1/+12
| | * | | | mergeGeorgi Kodinov2009-10-301-0/+12
| | |\ \ \ \ | | | |/ / /
| | | * | | Bug #48293: crash with procedure analyse, view with > 10 columns,Georgi Kodinov2009-10-301-0/+12
| | * | | | mergeGeorgi Kodinov2009-10-301-0/+3
| | |\ \ \ \ | | | |/ / /
| | | * | | Bug #42116 : Mysql crash on specific queryGeorgi Kodinov2009-10-291-0/+3
| | * | | | AutopushRamil Kalimullin2009-10-221-1/+1
| | |\ \ \ \ | | | |/ / / | | | | / / | | | |/ / | | |/| |
| | | * | Fix for bug#47019: Assertion failed: 0, file .\rt_mbr.c, Ramil Kalimullin2009-10-211-1/+1
| | | |/
| | * | Followup patch for BUG#47280Jorgen Loland2009-10-141-0/+1
| | * | Bug#47280 - strange results from count(*) with order by multiple Jorgen Loland2009-10-141-5/+22
| | * | Bug #43029: FORCE INDEX FOR ORDER BY is ignored when join Georgi Kodinov2009-10-071-5/+14
| | * | mergeGeorgi Kodinov2009-09-281-4/+4
| | |\ \ | | | |/
| | | * Bug #47106: Crash / segfault on adding EXPLAIN to a non-crashingGeorgi Kodinov2009-09-181-4/+4
| | | * Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-171-2/+1
| | * | Bug#45989 memory leak after explain encounters an error in the querySergey Glukhov2009-09-231-1/+1
| | * | automergeGeorgi Kodinov2009-09-081-6/+2
| | |\ \ | | | |/
| | | * Bug #46791: Assertion failed:(table->key_read==0),function unknownGeorgi Kodinov2009-09-031-6/+2
| | * | Automerge.Alexey Kopytov2009-09-081-1/+4
| | |\ \
| | | * | Bug #46159: simple query that never returns Alexey Kopytov2009-09-061-1/+4
| | * | | 5.0-bugteam->5.1-bugteam mergeSergey Glukhov2009-09-041-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug#45989 memory leak after explain encounters an error in the querySergey Glukhov2009-09-041-1/+1
* | | | | Fixes after comments from last push:Michael Widenius2009-11-301-1/+1
* | | | | Remove compiler warnings (Including some warnings from -Wstrict-aliasing)Michael Widenius2009-11-301-2/+7
|/ / / /
* | | | Merge Mysql 5.1.39 merge into MariaDB trunkunknown2009-11-061-36/+1
|\ \ \ \
| * \ \ \ Merge MySQL 5.1.39 into MariaDB 5.1.unknown2009-10-151-36/+1
| |\ \ \ \ | | |/ / /
| | * | | automergeGeorgi Kodinov2009-08-311-12/+29
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * Bug #46749: Segfault in add_key_fields() with outer subquery level Georgi Kodinov2009-08-271-12/+29
| | | * Automerge.Alexey Kopytov2009-07-241-0/+5
| | | |\
| | * | | Bug#45261: Crash, stored procedure + decimalDavi Arnaut2009-08-241-40/+1
* | | | | Automatic merge with maria-mergeMichael Widenius2009-10-261-1/+1
|\ \ \ \ \
| * | | | | Typo fixes for "usefull" -> "useful".Peter Lieverdink2009-10-011-1/+1
| |/ / / /
* | | | | Fixed compiler warning messageMichael Widenius2009-10-261-6/+7
|/ / / /
* | | | Merge lp:maria -> lp:~maria-captains/maria/maria-5.1-mergeSergey Petrunya2009-09-151-35/+147
|\ \ \ \
| * \ \ \ Updated documentation files to reflect MariaDB and not the Maria storage engi...Michael Widenius2009-09-031-0/+8
| |\ \ \ \
| | * | | | Updated documentation files to reflect MariaDB and not the Maria storage engi...Michael Widenius2009-09-031-0/+8
| * | | | | MWL#17: Table-eliminationSergey Petrunya2009-09-011-6/+37
| * | | | | MWL#17: Table eliminationSergey Petrunya2009-08-161-14/+0
| * | | | | Merge maria-5.1 -> maria-5.1-table-eliminationSergey Petrunya2009-08-141-31/+119
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | MWL#17: Table eliminationSergey Petrunya2009-08-131-6/+9