summaryrefslogtreecommitdiff
path: root/sql/sql_union.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed bugs pointed by "Crash with 'big' derivated table in MySQL-4.1" bugreportunknown2002-11-161-1/+7
* removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM)unknown2002-10-301-12/+15
* fixed union rexecution bugunknown2002-10-271-2/+6
* code cleanupunknown2002-10-261-39/+16
* fix of the small bug in UNION'sunknown2002-10-161-5/+7
* mergeunknown2002-10-141-1/+6
|\
| * fixed bug of multi-level EXPLAINunknown2002-10-131-1/+6
* | Portability fixes to be able to compile MySQL with VC++unknown2002-10-081-2/+2
|/
* mergingunknown2002-10-041-128/+200
|\
| * new EXPLAINunknown2002-09-261-7/+16
| * subselect with unionunknown2002-09-031-124/+188
* | Merge with 4.0.4unknown2002-10-021-88/+50
|\ \
| * | Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-1/+1
| * | Merge with 4.0.3unknown2002-08-301-87/+49
| |\ \ | | |/
| | * mergedunknown2002-06-051-2/+7
| | |\
| | * | Hiding internal pointers of SELECT_LEX structuresunknown2002-05-271-1/+1
| | * | simple subselects ported to new select_lex structuresunknown2002-05-121-11/+0
| | * | total table list managment is changedunknown2002-05-091-1/+1
| | * | removed fake description (EXPLAIN) of first table for last SELECT_LEX with gl...unknown2002-05-091-3/+1
| | * | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li...unknown2002-05-081-62/+40
| | * | new SELECT_LEX structureunknown2002-05-071-12/+16
* | | | Changed table_list->name -> table_list->alias to find places where we where u...unknown2002-09-201-1/+1
|/ / /
* | | Removed wrong implementation of CUBE/ROLLUPunknown2002-07-241-1/+1
* | | mergeunknown2002-07-231-3/+4
|\ \ \
| * | | New SET syntax & system variables.unknown2002-07-231-3/+4
* | | | OLAP functionality plus some small bug fixesunknown2002-07-201-0/+1
* | | | Just making commit in order to stop getting erors.unknown2002-07-161-1/+7
|/ / /
* | | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-1/+1
| |/ |/|
* | Fixed a bug with big result sets and UNION'sunknown2002-05-241-2/+7
|/
* Adding some things according to Monty's correct observationsunknown2002-04-121-3/+6
* fix for SQL_CALC_FOUND_ROWS in UNION'sunknown2002-04-031-0/+4
* Fix for a bug with EXPLAIN and (....) UNION (....) order by unknown2002-04-021-3/+5
* Fixes for offset bug in UNION's and making UNION's obeyunknown2002-03-221-1/+4
* fix for the limit bug in UNION's and some additional syntax unknown2002-03-191-0/+2
* Fixed problem with WHERE key=const ORDER BY key DESCunknown2002-03-151-1/+2
* Making full-text queries working with UNION'sunknown2002-03-151-1/+2
* Surgical changes in sql_select and sql_union code in order to unknown2002-02-281-30/+28
* some UNION bug fixes..unknown2002-02-211-0/+6
* Fixed sleep time in mysql-test-rununknown2001-12-131-18/+28
* Fixed fulltext after merge from 3.23.45unknown2001-11-221-3/+5
* New alternate UNION syntax and bug fix for multi-table deletesunknown2001-10-251-5/+6
* Unchecked changes, so that I could run mysql-test.unknown2001-10-191-5/+25
* Integrated table->ref_primary_key into table->part_of_keyunknown2001-09-211-2/+2
* Fixed bug in UNION when doing UNION with the same tablesunknown2001-09-171-1/+1
* Fixed bug with SELECT * ... UNIONunknown2001-09-171-12/+11
* Portability fixesunknown2001-09-151-3/+2
* Fixed bug in UNIONunknown2001-09-141-2/+3
* EXPLAIN on UNION"sunknown2001-08-241-6/+19
* Remove warnings and portability fixesunknown2001-08-141-21/+19
* Changes so that CREATE and INSERT work from UNION'sunknown2001-08-121-13/+7