summaryrefslogtreecommitdiff
path: root/sql/sql_union.cc
Commit message (Expand)AuthorAgeFilesLines
* THD::lex now points to THD::main_lex like in 5.0konstantin@oak.local2003-12-191-13/+13
* Added missing SSL library (Should be in source distribution)monty@mysql.com2003-11-281-28/+27
* sql_union.cc:igor@rurik.mysql.com2003-11-251-1/+1
* added collation processing in UNION mergingbell@sanja.is.com.ua2003-11-251-1/+2
* Fixed UNION fields type/length detectingbell@sanja.is.com.ua2003-11-231-76/+78
* fixed using 'uncachable' tag and RAND_TABLE_BIT settingbell@sanja.is.com.ua2003-11-171-2/+2
* fixed problem with UNION flagsbell@sanja.is.com.ua2003-11-041-1/+2
* fixed ALL/ANY optimisation with union (BUG#1668)bell@sanja.is.com.ua2003-10-271-1/+6
* Mergebell@laptop.sanja.is.com.ua2003-10-061-38/+64
|\
| * fixed proccesing global LIMIT in last SELECT of UNIONbell@sanja.is.com.ua2003-09-141-10/+22
| * Fixes for OPTION_FOUND_ROWS in UNION'sSinisa@sinisa.nasamreza.org2003-09-131-2/+3
| * After merge fixes.monty@mashka.mysql.fi2003-09-111-21/+6
| * mergemonty@narttu.mysql.fi2003-09-031-8/+29
| |\
| | * merge with 4.0.15monty@narttu.mysql.fi2003-08-291-8/+29
| | |\
| | | * Fixed some varnings from valgrindmonty@narttu.mysql.fi2003-08-201-13/+52
| * | | Two small fixesSinisa@sinisa.nasamreza.org2003-08-301-2/+2
| * | | Fix for a compilation problem with VC++Sinisa@sinisa.nasamreza.org2003-08-301-3/+3
| |/ /
| * | Merge fixesSinisa@sinisa.nasamreza.org2003-08-271-28/+25
| * | sql_union.cc:Sinisa@sinisa.nasamreza.org2003-08-271-1/+1
| * | merge fixesSinisa@sinisa.nasamreza.org2003-08-271-39/+49
| |\ \
| | * | union.result:Sinisa@sinisa.nasamreza.org2003-08-231-15/+24
* | | | fixed bug of lack of fix_fields call (after merge bugfix (SCRUM))bell@laptop.sanja.is.com.ua2003-08-231-0/+3
* | | | mergebell@laptop.sanja.is.com.ua2003-08-201-26/+43
|\ \ \ \ | |/ / /
| * | | quick fix for found row counterbell@laptop.sanja.is.com.ua2003-08-201-10/+15
| * | | Mergebell@laptop.sanja.is.com.ua2003-08-201-16/+24
| |\ \ \ | | |/ /
| | * | fixing limit and SQL_CALC_FOUND_ROWS issuesSinisa@sinisa.nasamreza.org2003-08-201-16/+24
| * | | after merge changingbell@laptop.sanja.is.com.ua2003-08-201-0/+5
| * | | mergebell@laptop.sanja.is.com.ua2003-08-191-2/+2
| |\ \ \ | | |/ /
| | * | mergemonty@mashka.mysql.fi2003-08-191-2/+3
| | |\ \
| | * \ \ Merge with 4.0.14monty@mashka.mysql.fi2003-08-111-2/+2
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Lot's of clean-ups and fixes for 4.0.14.Sinisa@sinisa.nasamreza.org2003-07-021-2/+1
| | | * | Two Sprint tasks and two behaviour changes.Sinisa@sinisa.nasamreza.org2003-06-171-6/+6
| * | | | Code cleanupbell@laptop.sanja.is.com.ua2003-08-161-5/+3
| * | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2003-08-131-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | fixed problem with reference on derived table fields (BUG#1031)bell@sanja.is.com.ua2003-08-121-1/+1
| * | | | mergebell@sanja.is.com.ua2003-08-121-1/+2
| |\ \ \ \ | | |/ / /
| | * | | mergebell@sanja.is.com.ua2003-08-091-1/+2
| | |\ \ \ | | | |/ / | | |/| |
| | | * | fixed union unlocking problem (BUG#906)bell@sanja.is.com.ua2003-08-091-1/+2
* | | | | mergebell@sanja.is.com.ua2003-08-111-12/+9
|\ \ \ \ \ | |/ / / /
| * | | | mergebell@sanja.is.com.ua2003-08-111-11/+7
| |\ \ \ \ | | |/ / /
| | * | | mergeSinisa@sinisa.nasamreza.org2003-08-061-11/+7
| | |\ \ \
| | | * | | sql_union.cc, sql_select.cc:Sinisa@sinisa.nasamreza.org2003-08-061-10/+6
| | | * | | MergeSinisa@sinisa.nasamreza.org2003-07-191-1/+1
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | code cleanupSinisa@sinisa.nasamreza.org2003-06-251-1/+1
| * | | | | mergebell@sanja.is.com.ua2003-08-051-1/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | count HAVING clause elements with select list elements, because agregate func...bell@sanja.is.com.ua2003-07-291-1/+2
| | |/ / /
* | | | | independent ALL/ANY subselect on top of WHERE clause (subselect without GROUP...bell@sanja.is.com.ua2003-07-241-1/+0
|/ / / /
* | | | avoiding of allocating JOIN structure on every UNION executingbell@sanja.is.com.ua2003-07-051-1/+27
* | | | (SCRUM)bell@sanja.is.com.ua2003-07-031-13/+11
* | | | after review changes (SCRUM)bell@sanja.is.com.ua2003-07-021-10/+1