summaryrefslogtreecommitdiff
path: root/sql/sql_union.cc
Commit message (Expand)AuthorAgeFilesLines
* A better fix for UNION and slow query log.unknown2003-04-081-27/+44
* Fixing a bug #195unknown2003-03-271-2/+6
* Fixes to avoid errors from valgrindunknown2003-03-181-7/+3
* three bug fixes and major code cleanupunknown2003-03-061-25/+39
* Allowing NULL values in UNION's with first SELECT having only NOT NULLunknown2003-02-221-1/+4
* Code clean-upunknown2003-02-151-2/+2
* fix a bug in derived tablesunknown2003-02-131-49/+71
* after-review changes (577 SCRUM)unknown2003-02-021-8/+9
* fixed bug in determinating uncacheable queriesunknown2003-01-301-3/+3
* improving of fields list creation in derived tables and unionsunknown2003-01-291-24/+40
* fixed bugs in temporary tables in subselect implementation (SCRUM)unknown2003-01-281-2/+2
* mergingunknown2003-01-251-18/+23
|\
| * fixed subselects with temporary tables (SCRUM)unknown2003-01-251-18/+23
* | bug fixes and tests ...unknown2002-12-251-3/+4
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2002-12-141-1/+1
|\ \
| * \ mergingunknown2002-12-101-1/+1
| |\ \ | | |/ | |/|
| | * _NEW_ IN/ALL/ANY/SOME behaviour with NULL (SCRUM related)unknown2002-12-061-1/+1
* | | derived tables with UNION's ...unknown2002-12-121-4/+2
* | | fix for a bug with UNION in sub-select's and start working on unknown2002-12-091-0/+2
|/ /
* | After merge fixesunknown2002-12-061-5/+5
* | Merge with 4.0.6unknown2002-12-051-4/+4
|\ \ | |/ |/|
| * New multi-table-update codeunknown2002-11-291-8/+11
* | fix of error handlingunknown2002-12-011-1/+1
* | fixed * without tables in IN bugunknown2002-11-281-0/+4
* | lot's of fixes with test casesunknown2002-11-181-1/+0
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2002-11-161-1/+7
|\ \
| * | Fixed bugs pointed by "Crash with 'big' derivated table in MySQL-4.1" bugreportunknown2002-11-161-1/+7
* | | A fix for the bug when MyISAM tmp table has to be created in orderunknown2002-11-151-0/+1
|/ /
* | 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