summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Backport of:Konstantin Osipov2009-12-011-2/+2
* Backport of:Konstantin Osipov2009-11-241-5/+5
* Manual merge of mysql-next-mr-runtime upstream.Davi Arnaut2009-11-191-5/+3
|\
| * Backport of Bug#15192 to mysql-next-mrDavi Arnaut2009-11-101-5/+3
* | Auto-merge from mysql-next-mr.Alexander Nozdrin2009-11-101-4/+4
|\ \
| * \ Auto-merge from mysql-next-mr.Alexander Nozdrin2009-11-051-68/+94
| |\ \ | | |/
| * | backport of dbug extensions from 6.0:Sergei Golubchik2009-10-301-4/+4
* | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-2/+58
|\ \ \
| * \ \ 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
| | |\ \ \
* | | \ \ \ Auto-merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-1/+1
|\ \ \ \ \ \
| * | | | | | Fix automerge: use 'thd->query()' instead of 'thd->query'.Alexander Nozdrin2009-11-051-1/+1
* | | | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-11-061-31/+132
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Auto-merge from mysql-5.1.Alexander Nozdrin2009-11-051-1/+40
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug#48370: Absolutely wrong calculations with GROUP BY and decimal fields whe...Davi Arnaut2009-11-021-1/+40
| * | | | | Auto-merge from mysql-5.1.Alexander Nozdrin2009-11-051-28/+64
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
| * | | | | | Manual merge from mysql-5.1.Alexander Nozdrin2009-11-051-1/+27
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | 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
| * | | | | | Manual merge from mysql-5.1.Alexander Nozdrin2009-11-051-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | AutopushRamil Kalimullin2009-10-221-1/+1
| | |\ \ \ \ \ | | | |/ / / / | | | | / / / | | | |/ / / | | |/| | |
| | | * | | Fix for bug#47019: Assertion failed: 0, file .\rt_mbr.c, Ramil Kalimullin2009-10-211-1/+1
| | | |/ /
* | | | | Manual merge from mysql-next-mr.Alexander Nozdrin2009-11-021-18/+43
|\ \ \ \ \
| * | | | | Bug#48060 Memory leak - Item::val_bool() (item.cc:184) from optimizer_subquer...Tor Didriksen2009-10-281-5/+7
| * | | | | Bug#35428 When selecting from INFORMATION_SCHEMA tables, incomplete metadataSergey Glukhov2009-10-231-0/+2
| * | | | | Automerge from mysql-next-mr.Alexander Nozdrin2009-10-221-15/+42
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Back-port from 6.0 of the fix forGuilhem Bichot2009-10-191-1/+2
| * | | | | Bug#34374 mysql generates incorrect warningSergei Golubchik2009-10-191-6/+6
| * | | | | Bug#30302: Tables that were optimized away are printed in theEvgeny Potemkin2009-10-191-6/+26
* | | | | | Merge from mysql-next-mr.Alexander Nozdrin2009-10-231-15/+42
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge from mysql-trunk-merge.Alexander Nozdrin2009-10-191-10/+37
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge from mysql-5.1.Alexander Nozdrin2009-10-191-10/+37
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | 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
| * | | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-10-141-5/+5
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Merge from mysql-5.1.Alexander Nozdrin2009-10-131-5/+5
| | |\ \ \ | | | |/ /
| | | * | 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
* | | | | Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1,Konstantin Osipov2009-10-221-10/+10