summaryrefslogtreecommitdiff
path: root/sql/sql_union.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | fixed subquery with PS (BUG#2462)unknown2004-02-081-0/+6
* | | | ulternative bugfix for BUG#2508 and fix for BUG#2809 - every table has its ow...unknown2004-02-171-25/+0
* | | | merge fixesunknown2004-02-111-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Fixes for bugs #2508 and #2552unknown2004-02-101-0/+4
* | | | after merge & valgrind test fixes (BUG#2120)unknown2004-02-101-0/+6
| |/ / |/| |
* | | catch accesses to deleted objectsunknown2004-01-301-0/+1
|/ /
* | merge fixesunknown2004-01-171-0/+1
|\ \
| * | Two bug fixesunknown2004-01-161-1/+2
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-01-171-3/+4
|\ \ \ | |/ / |/| |
| * | fixed unlocking tables during subquery execution (BUG#2048)unknown2003-12-101-3/+4
* | | THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-13/+13
|/ /
* | Added missing SSL library (Should be in source distribution)unknown2003-11-281-28/+27
* | sql_union.cc:unknown2003-11-251-1/+1
* | added collation processing in UNION mergingunknown2003-11-251-1/+2
* | Fixed UNION fields type/length detectingunknown2003-11-231-76/+78
* | fixed using 'uncachable' tag and RAND_TABLE_BIT settingunknown2003-11-171-2/+2
* | fixed problem with UNION flagsunknown2003-11-041-1/+2
* | fixed ALL/ANY optimisation with union (BUG#1668)unknown2003-10-271-1/+6
* | Mergeunknown2003-10-061-38/+64
|\ \
| * | fixed proccesing global LIMIT in last SELECT of UNIONunknown2003-09-141-10/+22
| * | Fixes for OPTION_FOUND_ROWS in UNION'sunknown2003-09-131-2/+3
| * | After merge fixes.unknown2003-09-111-21/+6
| * | mergeunknown2003-09-031-8/+29
| |\ \
| | * \ merge with 4.0.15unknown2003-08-291-8/+29
| | |\ \ | | | |/
| | | * Fixed some varnings from valgrindunknown2003-08-201-13/+52
| * | | Two small fixesunknown2003-08-301-2/+2
| * | | Fix for a compilation problem with VC++unknown2003-08-301-3/+3
| |/ /
| * | Merge fixesunknown2003-08-271-28/+25
| * | sql_union.cc:unknown2003-08-271-1/+1
| * | merge fixesunknown2003-08-271-39/+49
| |\ \
| | * | union.result:unknown2003-08-231-15/+24
* | | | fixed bug of lack of fix_fields call (after merge bugfix (SCRUM))unknown2003-08-231-0/+3
* | | | mergeunknown2003-08-201-26/+43
|\ \ \ \ | |/ / /
| * | | quick fix for found row counterunknown2003-08-201-10/+15
| * | | Mergeunknown2003-08-201-16/+24
| |\ \ \ | | |/ /
| | * | fixing limit and SQL_CALC_FOUND_ROWS issuesunknown2003-08-201-16/+24
| * | | after merge changingunknown2003-08-201-0/+5