summaryrefslogtreecommitdiff
path: root/sql/sql_union.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed some varnings from valgrindmonty@narttu.mysql.fi2003-08-201-13/+52
* 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
* Fix for UNION and LEFT JOIN (Bug #386)monty@narttu.mysql.fi2003-05-131-2/+3
* Fixes for valgrindmonty@narttu.mysql.fi2003-04-231-1/+2
* Applying Sinisa's patch:lenz@mysql.com2003-02-191-5/+1
* A lot of portability fixes.monty@mashka.mysql.fi2003-01-051-1/+1
* New multi-table-update codemonty@mashka.mysql.fi2002-11-291-8/+11
* Changed table_list->name -> table_list->alias to find places where we where u...monty@mashka.mysql.fi2002-09-201-1/+1
* Removed wrong implementation of CUBE/ROLLUPmonty@mashka.mysql.fi2002-07-241-1/+1
* mergemonty@mashka.mysql.fi2002-07-231-3/+4
|\
| * New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-3/+4
* | OLAP functionality plus some small bug fixesSinisa@sinisa.nasamreza.org2002-07-201-0/+1
* | Just making commit in order to stop getting erors.Sinisa@sinisa.nasamreza.org2002-07-161-1/+7
|/
* Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-1/+1
* Fixed a bug with big result sets and UNION'sSinisa@sinisa.nasamreza.org2002-05-241-2/+7
* Adding some things according to Monty's correct observationsSinisa@sinisa.nasamreza.org2002-04-121-3/+6
* fix for SQL_CALC_FOUND_ROWS in UNION'sSinisa@sinisa.nasamreza.org2002-04-031-0/+4
* Fix for a bug with EXPLAIN and (....) UNION (....) order by Sinisa@sinisa.nasamreza.org2002-04-021-3/+5
* Fixes for offset bug in UNION's and making UNION's obeySinisa@sinisa.nasamreza.org2002-03-221-1/+4
* fix for the limit bug in UNION's and some additional syntax Sinisa@sinisa.nasamreza.org2002-03-191-0/+2
* Fixed problem with WHERE key=const ORDER BY key DESCmonty@hundin.mysql.fi2002-03-151-1/+2
* Making full-text queries working with UNION'sSinisa@sinisa.nasamreza.org2002-03-151-1/+2
* Surgical changes in sql_select and sql_union code in order to Sinisa@sinisa.nasamreza.org2002-02-281-30/+28
* some UNION bug fixes..Sinisa@sinisa.nasamreza.org2002-02-211-0/+6
* Fixed sleep time in mysql-test-runmonty@hundin.mysql.fi2001-12-131-18/+28
* Fixed fulltext after merge from 3.23.45monty@hundin.mysql.fi2001-11-221-3/+5
* New alternate UNION syntax and bug fix for multi-table deletesSinisa@sinisa.nasamreza.org2001-10-251-5/+6
* Unchecked changes, so that I could run mysql-test.Sinisa@sinisa.nasamreza.org2001-10-191-5/+25
* Integrated table->ref_primary_key into table->part_of_keymonty@hundin.mysql.fi2001-09-211-2/+2
* Fixed bug in UNION when doing UNION with the same tablesmonty@hundin.mysql.fi2001-09-171-1/+1
* Fixed bug with SELECT * ... UNIONmonty@hundin.mysql.fi2001-09-171-12/+11
* Portability fixesmonty@hundin.mysql.fi2001-09-151-3/+2
* Fixed bug in UNIONmonty@hundin.mysql.fi2001-09-141-2/+3
* EXPLAIN on UNION"sSinisa@sinisa.nasamreza.org2001-08-241-6/+19
* Remove warnings and portability fixesmonty@hundin.mysql.fi2001-08-141-21/+19
* Changes so that CREATE and INSERT work from UNION'sSinisa@sinisa.nasamreza.org2001-08-121-13/+7
* Fix UNIONmonty@tik.mysql.fi2001-08-021-0/+217