summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |/ / / |/| | |
| * | | olap.result, olap.test:igor@rurik.mysql.com2005-07-011-2/+2
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2005-07-021-5/+14
|\ \ \ \
| * | | | fixed create_distinct_group() to make references via ref_pointer_arraybell@sanja.is.com.ua2005-07-011-5/+14
| |/ / /
* | | | Optimization during reviewmonty@mysql.com2005-07-011-5/+4
|/ / /
* | | Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2005-06-281-2/+3
|\ \ \
| * | | group_by.result, group_by.test:igor@rurik.mysql.com2005-06-281-2/+3
* | | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1igor@rurik.mysql.com2005-06-281-2/+6
|\ \ \ \ | |/ / /
| * | | func_str.result, func_str.test:igor@rurik.mysql.com2005-06-231-2/+6
* | | | Cleanup during review of new codemonty@mishka.local2005-06-211-10/+8
|/ / /
* | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1igor@igor-inspiron.creware.com2005-06-201-3/+8
|\ \ \