summaryrefslogtreecommitdiff
path: root/sql/sql_derived.cc
Commit message (Expand)AuthorAgeFilesLines
* Code clean-upunknown2003-02-151-29/+36
* fix a bug in derived tablesunknown2003-02-131-1/+1
* Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1unknown2003-02-121-1/+1
|\
| * Windows compile fixups (To be verified by respective devs)unknown2003-02-041-1/+1
* | Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-6/+15
|/
* improving of fields list creation in derived tables and unionsunknown2003-01-291-11/+16
* after merge fix of 577 task (SCRUM, pre commit to be able to merge with stati...unknown2003-01-261-24/+43
* mergingunknown2003-01-251-27/+16
|\
| * fixed subselects with temporary tables (SCRUM)unknown2003-01-251-4/+9
* | A small fix for privilege system as reported by HF.unknown2003-01-211-1/+1
* | Fixed that derived tables are properly dropedunknown2003-01-071-47/+56
* | 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