summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-11-131-1/+14
|\
| * Bug #31562: HAVING and lower caseunknown2007-11-131-1/+14
* | Merge polly.(none):/home/kaa/src/opt/bug30666/my50-bug29131unknown2007-11-121-4/+3
|\ \
| * | Fix for bug #30666: Incorrect order when using range conditions on 2unknown2007-11-071-4/+3
* | | Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-11-101-3/+12
|\ \ \
| * \ \ Merge polly.(none):/home/kaa/src/opt/bug32202/my50-bug26215unknown2007-11-101-3/+12
| |\ \ \ | | |_|/ | |/| |
| | * | Fix for bug #32202: ORDER BY not working with GROUP BYunknown2007-11-091-3/+12
| | |/
* | | Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-11-101-0/+9
|\ \ \ | |/ / |/| |
| * | Bug#31700: thd->examined_row_count not incremented for 'const' type queriesunknown2007-11-101-0/+9
* | | Bug #31794: no syntax error on SELECT id FROM t HAVING count(*)>2unknown2007-11-011-2/+10
|/ /
* | Merge mysql.com:/home/gluh/MySQL/Merge/5.0unknown2007-10-231-1/+64
|\ \
| * | type conversions fixed to avoid warnings on Windowsunknown2007-10-231-1/+1
| |/
| * fixed a warning in the fix for bug 28702unknown2007-10-021-1/+1
| * Fixed a valgrind warning with the fix for bug 28702.unknown2007-10-021-2/+10
| * Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-09-281-0/+3
| |\
| | * Bug#27990: Wrong info in MYSQL_FIELD struct members when a tmp table was used.unknown2007-09-281-0/+3
| * | Bug #28702: VIEWs defined with USE/FORCE KEY ignore that requestunknown2007-09-241-0/+52
* | | Fix for bug #31249: Assertion `!table || (!table->write_set || unknown2007-10-091-4/+22
* | | Merge sita.local:/Users/tsmith/m/bk/50unknown2007-09-241-3/+4
|\ \ \ | |/ / |/| |
| * | Merge dkatz@bk-internal.mysql.com:/home/bk/mysql-5.0-maintunknown2007-09-051-3/+4
| |\ \
| | * \ Merge dkatz@bk-internal.mysql.com:/home/bk/mysql-5.0-maintunknown2007-08-031-3/+4
| | |\ \
| | | * | Bug #29419 "Specifying a join_buffer > 4GB on 64 bit machines not possible."unknown2007-07-271-3/+4
* | | | | Bug #31001: ORDER BY DESC in InnoDB not workingunknown2007-09-141-1/+7
* | | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-08-291-2/+6
|\ \ \ \ \
| * | | | | Bug #30377: EXPLAIN loses last_query_cost when used with UNIONunknown2007-08-281-2/+6
* | | | | | Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-08-291-0/+8
|\ \ \ \ \ \
| * | | | | | Bug #30596 GROUP BY optimization gives wrong result orderunknown2007-08-271-0/+8
| | |_|/ / / | |/| | | |
* | | | | | sql_select.cc:unknown2007-08-251-1/+1
* | | | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-08-241-9/+53
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Bug#30245: A wrong type of a BIT field is reported when grouped by it.unknown2007-08-171-9/+53
| |/ / / /
* | | | | Merge gleb.loc:/home/uchum/work/bk/5.0-opt-30287unknown2007-08-211-11/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixed bug #30287.unknown2007-08-211-11/+8
| |/ / /
* | | | Fixed bug #30396.unknown2007-08-151-26/+12
|/ / /
* | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-07-311-1/+1
|\ \ \
| * | | BUG#29582: huge memory consumption with union, subselect, joins:unknown2007-07-311-1/+1
* | | | Merge mysql.com:/home/hf/work/29717/my41-29717unknown2007-07-311-1/+3
|\ \ \ \
| * \ \ \ Merge mysql.com:/home/hf/work/029717/my41-29717unknown2007-07-311-1/+3
| |\ \ \ \
| | * | | | Bug #29717 INSERT INTO SELECT inserts values even ifunknown2007-07-311-1/+3
* | | | | | BUG#28591: make the fix work for BDB tables too:unknown2007-07-261-1/+0
* | | | | | table.cc, sql_select.cc:unknown2007-07-231-0/+1
* | | | | | Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-07-221-2/+27
|\ \ \ \ \ \
| * | | | | | Bug #28591: MySQL need not sort the records in case of unknown2007-07-201-2/+27
| | |_|/ / / | |/| | | |
* | | | | | Merge olga.mysql.com:/home/igor/dev-opt/mysql-4.1-opt-bug29911unknown2007-07-211-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | Fixed bug #29911.unknown2007-07-201-1/+1
| | |/ / | |/| |
* | | | Merge gleb.loc:/home/uchum/work/bk/5.0unknown2007-07-191-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Remove typedef st_table_list TABLE_LIST and always use name 'TABLE_LIST'.unknown2007-07-061-2/+2
* | | | Fixed bug #29604.unknown2007-07-111-2/+8
|/ / /
* | | Bug#27333: subquery grouped for aggregate of outer unknown2007-06-291-19/+30
* | | Merge mhansson@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2007-06-271-4/+1
|\ \ \
| * | | Bug#28677: SELECT on missing column gives extra errorunknown2007-06-181-4/+1