summaryrefslogtreecommitdiff
path: root/sql/sql_union.cc
Commit message (Expand)AuthorAgeFilesLines
* fixing wrong value for "examined rows" when UNION's are used.unknown2005-01-181-4/+7
* Remove DUP_IGNORE from enum_duplicates and instead use a separate ignore flagunknown2004-12-311-2/+2
* reporting empty result added in case of max/min optimisation of ALL/ANY/SOME ...unknown2004-11-181-0/+2
* Simpler arena swapping codeunknown2004-11-081-7/+7
* A lot of fixes for prepared statements (PS):unknown2004-10-261-2/+7
* A fix and test case for Bug#6088 "FOUND_ROWS returns wrong values forunknown2004-10-221-15/+13
* Followup to fix for bug#6050: fix valgrind warnings.unknown2004-10-221-1/+1
* A fix and test case for Bug#6050 "EXECUTE stmt reports ambiguous field unknown2004-10-221-3/+21
* sql_union.cc:unknown2004-10-191-5/+6
* Bug #6139 UNION doesn't understand collate in the column of second selectunknown2004-10-181-0/+17
* Merge with 4.0 for 4.1 releaseunknown2004-10-061-0/+5
|\
| * Fix for wrongly calculated Examined_rows in 4.0 UNION's.unknown2004-10-051-2/+7
| * A fix (Bug #4980: union statement with () union () order by produces wrong ex...unknown2004-09-031-0/+4
* | Fix for bug#4912 "mysqld crashs in case a statement is executedunknown2004-08-211-8/+7
* | asserting table->file->enable_indexes() in union re-executionunknown2004-05-211-7/+10
* | after merge fixunknown2004-05-191-1/+2
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-191-3/+7
|\ \
| * \ Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-151-3/+7
| |\ \
| | * | Optimising UNION ALL (WL 1687)unknown2004-05-151-3/+7
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-141-0/+29
|\ \ \ \ | |/ / /
| * | | keep old engine & JOIN if we changed subquery Item (Bug #3646)unknown2004-05-071-0/+29
| |/ /
* | | after merge fixunknown2004-05-141-1/+1
* | | Mergeunknown2004-05-141-6/+28
|\ \ \ | |/ / |/| |
| * | EXPLAIN UNION using same routing which used for execution which allow return ...unknown2004-05-061-7/+29
* | | postreview fixesunknown2004-05-071-1/+2
* | | fake_select_lex should be prepared during PS preparation to work correctlyunknown2004-05-071-18/+60
|/ /
* | mergeunknown2004-05-051-3/+1
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-051-3/+1
| |\ \
| | * | after merge fixesunknown2004-05-051-3/+1
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-05-051-12/+3
|\ \ \ \ | |/ / / |/| | |
| * | | caching of queries with isammerge tables forbiden using general wayunknown2004-05-051-12/+3
| |/ /
* | | Windows fixes for VC++ compiler compabilityunknown2004-05-051-2/+1
|/ /
* | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-041-3/+12
|\ \
| * | Fix for a bug involving UNION's and SET SQL_SELECT_LIMIT unknown2004-05-031-3/+12
* | | return table list of fake_select in empty state to prevent using TABLE_LIST a...unknown2004-05-031-0/+5
|/ /
* | new error for unsupported command in PSunknown2004-04-081-1/+12
* | fixed brocken of client_test unknown2004-04-031-13/+0
* | After merge fixes + simple optimizationsunknown2004-03-261-1/+1
* | Merge with 4.0unknown2004-03-251-0/+14
|\ \ | |/
| * union.result:unknown2004-03-221-0/+10
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-251-1/+8
|\ \
| * | Cleanups & safety fixesunknown2004-03-251-1/+8
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-03-251-10/+23
|\ \ \ | |/ / |/| |
| * | fixed union with prepared statement bug found by Konstantinunknown2004-03-231-10/+23
* | | correct support for a mix of UNION/UNION ALL in the same query.unknown2004-03-231-1/+5
|/ /
* | after review changesunknown2004-03-201-5/+15
* | DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-181-1/+1
* | DBUG_ASSERT(fixed == 0) added to fix_fields()unknown2004-03-171-2/+7
* | mergeunknown2004-02-171-0/+6
|\ \
| * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-101-0/+6
| |\ \