summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2006-08-311-28/+83
|\
| * Merge moonbone.local:/work/tmp_merge-5.0-mysqlunknown2006-08-291-28/+83
| |\
| | * Fixed bug #21390: wrong estimate of rows after elimination ofunknown2006-08-251-24/+54
| | * Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-08-221-1/+3
| | |\
| | | * Fixed bug#16861: User defined variable can have a wrong value if a tmp table wasunknown2006-08-221-1/+3
| | * | Fixed bug#21475: Wrongly applied constant propagation leads to a false compar...unknown2006-08-211-16/+4
| | * | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-08-161-1/+18
| | |\ \
| | | * | Fixed bug #18165.unknown2006-08-161-1/+18
| | * | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-08-161-1/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fixed bug#21261: Wrong access rights was required for an insert into a viewunknown2006-08-151-1/+1
| | | |/
| | * | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-08-151-0/+2
| | |\ \
| | | * \ Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-08-151-0/+2
| | | |\ \
| | | | * | Bug #21174: Index degrades sort performance and unknown2006-08-141-0/+2
| | * | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-08-151-1/+16
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Bug #21159: Optimizer: wrong result after AND with different data typesunknown2006-08-151-1/+16
| | | | |/ | | | |/|
| | * | | Bug #21302: Result not properly sorted when using an ORDER BY on a second unknown2006-08-141-1/+2
| | |/ /
* | | | Merge lamia.home:/home/timka/mysql/src/5.0-bug-21456unknown2006-08-291-34/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Merge lamia.home:/home/timka/mysql/src/4.1-bug-21456unknown2006-08-231-34/+34
| |\ \ \ | | |/ / | |/| |
| | * | Bug #21456: SELECT DISTINCT(x) produces incorrect results when using order byunknown2006-08-231-30/+30
| | * | Merge moonbone.local:/work/tmp_merge-4.1unknown2006-08-021-4/+31
| | |\ \
| * | \ \ Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-021-14/+71
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Fix for bug#19403/12212 "Crash that happens during removing of database nameunknown2006-08-211-2/+0
* | | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/tmp_mergeunknown2006-08-091-8/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge moonlight.intranet:/home/tomash/src/mysql_ab/tmp_mergeunknown2006-07-291-4/+8
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | BUG#21206: memory corruption when too many cursors are opened at onceunknown2006-07-261-4/+8
| * | | | sql_select.cc:unknown2006-07-281-4/+4
* | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.1-optunknown2006-08-011-7/+52
|\ \ \ \ \
| * | | | | BUG#14940 "MySQL choose wrong index", v.2unknown2006-07-281-7/+55
* | | | | | After merge fixunknown2006-08-011-3/+4
* | | | | | Merge sunlight.local:/local_work/tmp_merge-5.0-opt-mysqlunknown2006-07-311-1/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | select.result, func_group.result, sql_select.cc:unknown2006-07-311-1/+2
* | | | | | Merge sunlight.local:/local_work/tmp_merge-5.0-opt-mysqlunknown2006-07-301-17/+106
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge sunlight.local:/local_work/tmp_merge-4.1-opt-mysqlunknown2006-07-291-0/+18
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-4.1-optunknown2006-07-271-2/+8
| | |\ \ \ \
| | | * \ \ \ Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-4.1-optunknown2006-07-261-2/+8
| | | |\ \ \ \
| | * | \ \ \ \ Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-4.1-optunknown2006-07-261-2/+5
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Fix for BUG#20954: avg(keyval) retuns 0.38 but max(keyval) returns an empty setunknown2006-07-261-0/+18
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-07-271-6/+9
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-07-271-4/+1
| | |\ \ \ \ \ \
| | | * | | | | | item_func.h, item_func.cc, sql_select.cc, item.h:unknown2006-07-261-4/+1
| | * | | | | | | Merge macbook.gmz:/Users/kgeorge/mysql/work/B20792-4.1-optunknown2006-07-261-2/+8
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | / / / | | | | |_|/ / / | | | |/| | | |
| | | * | | | | * Bug #20792: Incorrect results from aggregate subqueryunknown2006-07-261-2/+8
| | | |/ / / /
| * | | | | | Merge macbook.gmz:/Users/kgeorge/mysql/work/B21019-4.1-optunknown2006-07-261-2/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | / / / | | | |/ / / | | |/| | |
| | * | | | Bug #21019: First result of SELECT COUNT(*) different than consecutive runsunknown2006-07-261-2/+5
| | |/ / /
| * | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-07-261-0/+20
| |\ \ \ \
| | * | | | Fixed bug#19862: Sort with filesort by function evaluates function twiceunknown2006-07-261-0/+20
| | | |_|/ | | |/| |
| * | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-07-251-2/+12
| |\ \ \ \
| | * | | | Bug#16712: group_concat returns odd srting insead of intended resultunknown2006-07-251-2/+12
| * | | | | Merge office:mysql/autopush/B20466-5.0-optunknown2006-07-221-7/+9
| |\ \ \ \ \
| | * | | | | Bug #20466: a view is mixing data when there's a trigger on the tableunknown2006-07-211-7/+9
| | | |/ / / | | |/| | |