summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #18767.igor@rurik.mysql.com2006-04-201-1/+1
* Fixed bug#14169: type of group_concat() result changed to blob if tmp_table was evgen@moonbone.local2006-04-121-2/+4
* Fixed bug#15560: GROUP_CONCAT wasn't ready for WITH ROLLUP queriesevgen@moonbone.local2006-03-291-6/+15
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2006-01-181-0/+14
|\
| * Excluded posibility of tmp_table_param.copy_field double deletion (BUG#14851).bell@sanja.is.com.ua2006-01-181-0/+14
* | Merge msvensson@msvensson.mysql.internal:/home/msvensson/mysql/bug14634/my41-...msvensson@devsrv-b.mysql.com2006-01-171-7/+5
|\ \
| * | Bug #14634 Running out of diskspace on tmpdir returns an inappropriate errormsvensson@neptunus.(none)2006-01-171-7/+5
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2006-01-101-1/+8
|\ \ \
| * \ \ Merge mysql.com:/home/my/mysql-4.0monty@mysql.com2006-01-081-1/+8
| |\ \ \ | | |/ / | |/| |
| | * | Fixes during review of new pushed code:monty@mysql.com2006-01-061-1/+8
* | | | Fixed bug #14274: a query with a having clause containing only set function r...igor@rurik.mysql.com2006-01-071-1/+1
|/ / /
* | | Merge mysql.com:/home/mydev/mysql-4.0-bug14616ingo@mysql.com2005-11-151-2/+6
|\ \ \ | |/ / | | / | |/ |/|
| * Bug#14616 - Freshly imported table returns error 124 when using LIMITingo@mysql.com2005-11-071-2/+6
* | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1evgen@moonbone.local2005-11-011-3/+1
|\ \
| * | Fix bug#14186 select datefield is null not updatedevgen@moonbone.local2005-10-281-3/+1
* | | Fix bug #14138 ROLLUP and PROCEDURE ANALYSE() hang server evgen@moonbone.local2005-10-281-11/+14
* | | Manually mergedevgen@moonbone.local2005-10-271-0/+1
|\ \ \ | |/ / |/| / | |/
| * Fix bug #13855 select distinct with group by caused server crashevgen@moonbone.local2005-10-141-0/+1
* | merginghf@deer.(none)2005-10-131-1/+1
|\ \ | |/
| * Fix for bug #3874 (Group by field is not considered)hf@deer.(none)2005-10-131-1/+1
| * Fix bug#7672 Unknown column error in order clauseevgen@moonbone.local2005-10-091-0/+6
| * Remove #if 0 as this only confuses the code withing adding anythingmonty@mysql.com2005-02-011-6/+0
| * Merge mysql.com:/home/mydev/mysql-4.0ingo@mysql.com2005-01-241-3/+10
| |\
| * | BUG#6034 - Error code 124: Wrong medium type.ingo@mysql.com2005-01-191-1/+25
* | | select.test, sql_select.cc, sql_lex.cc, item.cc:evgen@moonbone.local2005-10-131-0/+5
* | | Fix for BUG#13419: In "ref" optimizer, take into account that item=Item_func_...sergefp@mysql.com2005-09-231-2/+2
* | | Fix bug#12887 Distinct is not always applied after rollupevgen@moonbone.local2005-09-151-1/+1
* | | Review fixes since last pullmonty@mishka.mysql.com2005-09-121-6/+6
* | | sql_select.cc:igor@rurik.mysql.com2005-09-081-3/+14
* | | manual merge of bug fix#12537evgen@moonbone.local2005-08-301-1/+3
|\ \ \
| * | | Fix bug #12537 UNION produces longtext instead of varcharevgen@moonbone.local2005-08-301-1/+2
* | | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-4.1evgen@moonbone.local2005-08-221-1/+9
|\ \ \ \
| * | | | Fix bug #11718 query with function, join and order by returns wrong type.evgen@moonbone.local2005-08-171-1/+9
| |/ / /
* | | | distinct.test, distinct.result:igor@rurik.mysql.com2005-08-191-3/+1
|/ / /
* | | sql_select.cc:igor@rurik.mysql.com2005-08-151-1/+1
* | | fixed convertion and handling IN subqueries with rows (BUG#11867)bell@50.0.168.192.in-addr.arpa2005-08-131-1/+2
* | | Review of new pushed codemonty@mysql.com2005-08-091-4/+2
* | | BUG#11869 (cont'd, eliminating "table type doesn't support FULLTEXT" error):sergefp@mysql.com2005-08-061-1/+1
* | | sql_select.cc, sql_class.h:igor@rurik.mysql.com2005-08-021-2/+1
* | | func_gconcat.result, func_gconcat.test:igor@rurik.mysql.com2005-07-281-1/+2
* | | Manual mergeigor@rurik.mysql.com2005-07-281-1/+8
|\ \ \
| * | | sql_select.cc:igor@rurik.mysql.com2005-07-281-1/+8
* | | | We have also to test 'conds' even if there was no tables.monty@mysql.com2005-07-271-1/+8
|/ / /
* | | Simple fixes during review of new codemonty@mishka.local2005-07-191-4/+8
* | | select.result, select.test:igor@rurik.mysql.com2005-07-171-1/+1
* | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1igor@rurik.mysql.com2005-07-161-4/+33
|\ \ \
| * | | Fix bug#11868 NOT NULL ref optimization in subquery used in update must be evgen@moonbone.local2005-07-161-1/+6
| * | | Fix bug#11482 4.1.12 produces different resultset for a complex query evgen@moonbone.local2005-07-161-1/+19
| * | | Fix for BUG#11700: in add_not_null_conds(), call full fix_fields() for the cr...sergefp@mysql.com2005-07-141-3/+9
* | | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1igor@igor-inspiron.creware.com2005-07-081-2/+2
|\ \ \ \ | |/ / / |/| | |