summaryrefslogtreecommitdiff
path: root/sql/sql_union.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1jani@a88-113-38-195.elisa-laajakaista.fi2007-05-241-3/+3
|\
| * WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-3/+3
* | Merge mysql.com:/d2/hf/mrg/mysql-5.0-optholyfoot/hf@hfmain.(none)2007-05-181-1/+9
|\ \ | |/ |/|
| * Merge olga.mysql.com:/home/igor/dev-opt/mysql-4.1-opt-bug27937igor@olga.mysql.com2007-05-141-1/+9
| |\
| | * Fixed bug #27937: crash for the the second execution of a preparedigor@olga.mysql.com2007-05-141-0/+5
* | | - addendum of the fix for bug 27786:gkodinov/kgeorge@magare.gmz2007-04-231-10/+9
* | | Merge moonbone.local:/mnt/gentoo64/work/27321-bug-5.0-opt-mysqlevgen@moonbone.local2007-04-151-0/+1
|\ \ \ | |/ /
| * | Bug#27321: Wrong subquery result in a grouping select.evgen@moonbone.local2007-04-151-0/+1
* | | Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-optevgen@moonbone.local2007-03-111-0/+6
|\ \ \ | |/ /
| * | Bug#22331: Wrong WHERE in EXPLAIN EXTENDED when all expressions were optimizedevgen@moonbone.local2007-03-101-0/+6
| * | Merge mysql.com:/home/gluh/MySQL/Merge/5.0gluh@mysql.com/eagle.(none)2007-02-261-0/+2
| |\ \
| * \ \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-02-211-44/+45
| |\ \ \
* | \ \ \ Merge mysql.com:/home/gluh/MySQL/Merge/5.0-optgluh@eagle.(none)2007-02-261-0/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Bug #25831: Deficiencies in INSERT ... SELECT ... field name resolving.gkodinov/kgeorge@macbook.gmz2007-02-191-0/+2
| |/ / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@narttu.mysql.fi2007-01-291-44/+45
|\ \ \ \
| * \ \ \ Merge mysql.com:/home/my/mysql-5.0monty@narttu.mysql.fi2007-01-271-44/+45
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-44/+45
| | |\ \ \
| | | * | | Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-44/+45
* | | | | | Merge macbook.gmz:/Users/kgeorge/mysql/work/mysql-5.0-optgkodinov/kgeorge@macbook.gmz2007-01-231-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Bug#23417: Too strict checks against GROUP BY in the ONLY_FULL_GROUP_BY mode.evgen@moonbone.local2007-01-111-0/+1
| |/ / /
* | | | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ \ \ | |/ / /
| * | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0cmiller@zippy.cornsilk.net2006-11-021-2/+13
| |\ \
* | | | Fixed compiler warnings (Mostly VC++):monty@mysql.com/narttu.mysql.fi2006-11-301-0/+2
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1cmiller@zippy.cornsilk.net2006-11-021-2/+13
|\ \ \ \
| * \ \ \ Merge neptunus.(none):/home/msvensson/mysql/bug17039/my50-bug17039msvensson@neptunus.(none)2006-10-181-2/+13
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Bug#17039 Cursor with procedure crashes clientmsvensson@neptunus.(none)2006-09-071-2/+13
* | | | | Merge willster.(none):/home/stewart/Documents/MySQL/5.0/bug19914-mk2-mergestewart@willster.(none)2006-10-181-1/+6
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Merge willster.(none):/home/stewart/Documents/MySQL/4.1/bug19914-mk2stewart@willster.(none)2006-10-161-1/+6
| |\ \ \ | | |/ / | |/| / | | |/
| | * BUG#19914 SELECT COUNT(*) sometimes returns MAX_INT on cluster tablesstewart@willster.(none)2006-09-281-1/+6
* | | BUG#17138: Crashes in stored proceduremikael@dator5.(none)2006-07-011-1/+1
* | | BUG#17138: Error in stored proceduremikael@dator5.(none)2006-06-211-1/+1
* | | BUG#17138: Error in stored procedure due to fatal error when not reallymikael@dator5.(none)2006-06-191-1/+1
* | | This changeset is largely a handler cleanup changeset (WL#3281), but includes...monty@mysql.com2006-06-041-5/+5
* | | Manually mergedevgen@moonbone.local2006-04-251-1/+1
|\ \ \ | |/ /
| * | Post merge fixesigor@rurik.mysql.com2006-04-211-1/+1
| * | Merge rurik.mysql.com:/home/igor/dev/mysql-4.1-0igor@rurik.mysql.com2006-04-211-1/+1
| |\ \ | | |/
| | * Fixed bug #18767.igor@rurik.mysql.com2006-04-201-1/+1
| | * Review of new pushed codemonty@mysql.com2005-08-091-2/+4
* | | WL#1012: All changes as one single changeset.lars@mysql.com2005-12-221-1/+1
|/ /
* | A fix and a test case for Bug#12736 "Server crash during a select".konstantin@mysql.com2005-10-131-0/+14
* | A fix and a test case for Bug#6513 "Test Suite: Values inserted by using konstantin@mysql.com2005-09-221-70/+106
* | Rename:konstantin@mysql.com2005-09-021-4/+4
* | Fixes during review of new pushed codemonty@mysql.com2005-08-121-2/+3
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0sergefp@mysql.com2005-08-071-6/+13
|\ \
| * \ Manual mergesergefp@mysql.com2005-08-071-3/+2
| |\ \ | | |/
| | * BUG#11869: part2: post-review fixes:sergefp@mysql.com2005-08-071-3/+2
| * | BUG#11869:part 2: post-review fixes: merging into 5.0sergefp@mysql.com2005-08-071-3/+3
| * | Manual mergesergefp@mysql.com2005-08-071-4/+12
| |\ \ | | |/
| | * BUG#11869 (cont'd, eliminating "table type doesn't support FULLTEXT" error):sergefp@mysql.com2005-08-061-4/+12