summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0-optsergefp@pylon.mylan2007-07-311-1/+1
|\
| * BUG#29582: huge memory consumption with union, subselect, joins:sergefp@mysql.com2007-07-311-1/+1
* | Merge mysql.com:/home/hf/work/29717/my41-29717holyfoot/hf@hfmain.(none)2007-07-311-1/+3
|\ \
| * \ Merge mysql.com:/home/hf/work/029717/my41-29717holyfoot/hf@mysql.com/hfmain.(none)2007-07-311-1/+3
| |\ \
| | * | Bug #29717 INSERT INTO SELECT inserts values even ifholyfoot/hf@mysql.com/hfmain.(none)2007-07-311-1/+3
* | | | BUG#28591: make the fix work for BDB tables too:sergefp@mysql.com2007-07-261-1/+0
* | | | table.cc, sql_select.cc:gkodinov/kgeorge@magare.gmz2007-07-231-0/+1
* | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optgkodinov/kgeorge@magare.gmz2007-07-221-2/+27
|\ \ \ \
| * | | | Bug #28591: MySQL need not sort the records in case of gkodinov/kgeorge@magare.gmz2007-07-201-2/+27
| | |_|/ | |/| |
* | | | Merge olga.mysql.com:/home/igor/dev-opt/mysql-4.1-opt-bug29911igor@olga.mysql.com2007-07-211-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Fixed bug #29911.igor@olga.mysql.com2007-07-201-1/+1
| | |/ | |/|
* | | Merge gleb.loc:/home/uchum/work/bk/5.0gshchepa/uchum@gleb.loc2007-07-191-2/+2
|\ \ \ | |_|/ |/| |
| * | Remove typedef st_table_list TABLE_LIST and always use name 'TABLE_LIST'.kostja@bodhi.(none)2007-07-061-2/+2
* | | Fixed bug #29604.igor@olga.mysql.com2007-07-111-2/+8
|/ /
* | Bug#27333: subquery grouped for aggregate of outer gkodinov/kgeorge@magare.gmz2007-06-291-19/+30
* | Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.0-optmhansson@dl145s.mysql.com2007-06-271-4/+1
|\ \
| * | Bug#28677: SELECT on missing column gives extra errormhansson/martin@linux-st28.site2007-06-181-4/+1
* | | Merge olga.mysql.com:/home/igor/mysql-5.0-optigor@olga.mysql.com2007-06-241-2/+6
|\ \ \
| * | | Fixed bug #25602. A query with DISTINCT in the select list to whichigor@olga.mysql.com2007-06-231-2/+6
* | | | Fixed bug #29095.gshchepa/uchum@gleb.loc2007-06-241-2/+1
|/ / /
* | | Merge gleb.loc:/home/uchum/work/bk/5.0-opt-28898gshchepa/uchum@gleb.loc2007-06-201-0/+7
|\ \ \
| * | | Fixed bug #28898.gshchepa/uchum@gleb.loc2007-06-201-0/+7
* | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-buildtsmith@quadxeon.mysql.com2007-06-141-8/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Merge polly.local:/home/kaa/src/maint/bug28895/my50-bug28895kaa@polly.local2007-06-121-8/+12
| |\ \ \
| | * | | Fix for bug #29015 "Stack overflow in processing temporary table name when tm...kaa@polly.local2007-06-111-8/+12
* | | | | Merge bk@192.168.21.1:mysql-5.0holyfoot/hf@hfmain.(none)2007-06-141-1/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed bug #28449: a crash may happen at some rare conditions whenigor@olga.mysql.com2007-06-071-2/+5
* | | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0tsmith@quadxeon.mysql.com2007-06-051-73/+107
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug #28728: a crash when executing EXPLAIN EXTENDED for a queryigor@olga.mysql.com2007-06-021-0/+11
| * | | | Merge gshchepa@bk-internal.mysql.com:/home/bk/mysql-5.0-optgshchepa/uchum@gleb.loc2007-05-311-40/+53
| |\ \ \ \
| | * | | | Fixed bug #28598.gshchepa/uchum@gleb.loc2007-05-311-40/+53
| * | | | | Bug #28492: subselect returns LONG in >5.0.24a and LONGLONG in <=5.0.24agkodinov/kgeorge@magare.gmz2007-05-301-2/+7
| |/ / / /
| * | | | Avoided warnings on Windows.igor@olga.mysql.com2007-05-261-5/+5
| * | | | Fixed bug #28571. Outer join queries with ON conditions overigor@olga.mysql.com2007-05-261-25/+29
| * | | | Fixed bug #28561: assertion abort for update on multi-table view withigor@olga.mysql.com2007-05-231-1/+0
| * | | | Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.0-optmhansson@dl145s.mysql.com2007-05-221-3/+4
| |\ \ \ \
| | * | | | Bug #28476: force index on a disabled myisam index gives error 124gkodinov/kgeorge@magare.gmz2007-05-221-3/+4
| | | |/ / | | |/| |
| * | | | Merge dl145s.mysql.com:/users/mhansson/mysql/push/bug23856/my50-bug23856mhansson@dl145s.mysql.com2007-05-221-2/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bug#23856mhansson@dl145s.mysql.com2007-05-211-2/+3
* | | | | Merge polly.local:/home/kaa/src/maint/bug27643/my50-bug27643kaa@polly.local2007-05-311-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix for bug #27643 "query failed : 1114 (The table '' is full)kaa@polly.local2007-05-311-1/+1
| | |/ / | |/| |
* | | | Merge olga.mysql.com:/home/igor/dev-opt/mysql-4.1-opt-bug28272igor@olga.mysql.com2007-05-151-0/+6
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fixed bug #28272: crash that occurs when running an EXPLAIN commandigor@olga.mysql.com2007-05-141-0/+6
* | | Fixed bug #28189: in some rare cases optimizer preferred a more expensiveigor@olga.mysql.com2007-05-101-1/+1
* | | bug #27531:gkodinov/kgeorge@magare.gmz2007-05-041-2/+2
* | | Merge magare.gmz:/home/kgeorge/mysql/work/B27531-4.1-optgkodinov/kgeorge@magare.gmz2007-05-041-3/+6
|\ \ \ | |/ /
| * | Bug #27531: the 4.1 fix.gkodinov/kgeorge@magare.gmz2007-05-041-3/+6
* | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optgkodinov/kgeorge@magare.gmz2007-05-041-8/+28
|\ \ \
| * | | Bug #27807.gkodinov/kgeorge@magare.gmz2007-05-041-8/+28
* | | | Fixed bug #28188: performance degradation for outer join queries to whichigor@olga.mysql.com2007-05-011-3/+2
| |_|/ |/| |