summaryrefslogtreecommitdiff
path: root/sql/sql_derived.cc
Commit message (Expand)AuthorAgeFilesLines
* mergingunknown2002-12-311-4/+5
|\
| * support of subselect without FROM reducing (SCRUM)unknown2002-12-261-4/+5
* | Many fixes.unknown2002-12-241-7/+2
|/
* Adding comments as per Monty's request.unknown2002-12-141-4/+39
* derived tables with UNION's ...unknown2002-12-121-4/+30
* After merge fixesunknown2002-12-061-2/+2
* some bug fixes and tests for those.unknown2002-11-301-1/+4
* many bug fixesunknown2002-11-301-0/+3
* many bug fixesunknown2002-11-291-2/+2
* adding mandatory aliases for derived tables as per SQL-99unknown2002-11-281-1/+1
* reverse order in global select list allow to avoid recursion in derived tablesunknown2002-11-271-15/+0
* A fix for a bug with derived tables within subselect unknown2002-11-261-7/+11
* Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2002-11-161-2/+0
|\
| * Fixed bugs pointed by "Crash with 'big' derivated table in MySQL-4.1" bugreportunknown2002-11-161-2/+1
* | A fix for the bug when MyISAM tmp table has to be created in orderunknown2002-11-151-1/+2
|/
* some code cleanup as per CTO's instructions plus a small bug fix withunknown2002-11-121-1/+1
* Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2002-11-111-0/+1
|\
| * small bug fixunknown2002-11-111-0/+1
* | prevent using expernal fields in derived tablesunknown2002-11-111-1/+5
|/
* Some code optimisations related to EXPLAIN of derived tables and the unknown2002-11-091-5/+5
* moved similar code to functionunknown2002-11-041-2/+2
* changes for mysqladmin debugunknown2002-10-301-1/+2
* mergingunknown2002-10-041-10/+13
|\
| * new EXPLAINunknown2002-09-261-10/+13
| * subselect with unionunknown2002-09-031-1/+1
* | Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-1/+1
|/
* mergingunknown2002-05-281-5/+5
|\
| * derived table with * bug fixedunknown2002-05-281-1/+1
* | Hiding internal pointers of SELECT_LEX structuresunknown2002-05-271-1/+1
* | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li...unknown2002-05-081-11/+13
* | new SELECT_LEX structureunknown2002-05-071-8/+11
|/
* Derived tables !unknown2002-03-261-0/+121