summaryrefslogtreecommitdiff
path: root/sql/sql_derived.cc
Commit message (Expand)AuthorAgeFilesLines
* three bug fixes and major code cleanupSinisa@sinisa.nasamreza.org2003-03-061-1/+1
* Code clean-upSinisa@sinisa.nasamreza.org2003-02-151-29/+36
* fix a bug in derived tablesSinisa@sinisa.nasamreza.org2003-02-131-1/+1
* Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1monty@mashka.mysql.fi2003-02-121-1/+1
|\
| * Windows compile fixups (To be verified by respective devs)venu@myvenu.com2003-02-041-1/+1
* | Fixed a lot of wrong memory references as reported by valgrindmonty@mashka.mysql.fi2003-02-121-6/+15
|/
* improving of fields list creation in derived tables and unionsbell@sanja.is.com.ua2003-01-291-11/+16
* after merge fix of 577 task (SCRUM, pre commit to be able to merge with stati...bell@sanja.is.com.ua2003-01-261-24/+43
* mergingbell@sanja.is.com.ua2003-01-251-27/+16
|\
| * fixed subselects with temporary tables (SCRUM)bell@sanja.is.com.ua2003-01-251-4/+9
* | A small fix for privilege system as reported by HF.Sinisa@sinisa.nasamreza.org2003-01-211-1/+1
* | Fixed that derived tables are properly dropedmonty@mashka.mysql.fi2003-01-071-47/+56
* | mergingbell@sanja.is.com.ua2002-12-311-4/+5
|\ \
| * | support of subselect without FROM reducing (SCRUM)bell@sanja.is.com.ua2002-12-261-4/+5
* | | Many fixes.Sinisa@sinisa.nasamreza.org2002-12-241-7/+2
|/ /
* | Adding comments as per Monty's request.Sinisa@sinisa.nasamreza.org2002-12-141-4/+39
* | derived tables with UNION's ...Sinisa@sinisa.nasamreza.org2002-12-121-4/+30
|/
* After merge fixesmonty@mashka.mysql.fi2002-12-061-2/+2
* some bug fixes and tests for those.Sinisa@sinisa.nasamreza.org2002-11-301-1/+4
* many bug fixesSinisa@sinisa.nasamreza.org2002-11-301-0/+3
* many bug fixesSinisa@sinisa.nasamreza.org2002-11-291-2/+2
* adding mandatory aliases for derived tables as per SQL-99Sinisa@sinisa.nasamreza.org2002-11-281-1/+1
* reverse order in global select list allow to avoid recursion in derived tablesbell@sanja.is.com.ua2002-11-271-15/+0
* A fix for a bug with derived tables within subselect Sinisa@sinisa.nasamreza.org2002-11-261-7/+11
* Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-11-161-2/+0
|\
| * Fixed bugs pointed by "Crash with 'big' derivated table in MySQL-4.1" bugreportbell@sanja.is.com.ua2002-11-161-2/+1
* | A fix for the bug when MyISAM tmp table has to be created in orderSinisa@sinisa.nasamreza.org2002-11-151-1/+2
|/
* some code cleanup as per CTO's instructions plus a small bug fix withSinisa@sinisa.nasamreza.org2002-11-121-1/+1
* Merge sinisa@work.mysql.com:/home/bk/mysql-4.1Sinisa@sinisa.nasamreza.org2002-11-111-0/+1
|\
| * small bug fixSinisa@sinisa.nasamreza.org2002-11-111-0/+1
* | prevent using expernal fields in derived tablesbell@sanja.is.com.ua2002-11-111-1/+5
|/
* Some code optimisations related to EXPLAIN of derived tables and the Sinisa@sinisa.nasamreza.org2002-11-091-5/+5
* moved similar code to functionbell@sanja.is.com.ua2002-11-041-2/+2
* changes for mysqladmin debugSinisa@sinisa.nasamreza.org2002-10-301-1/+2
* mergingbell@sanja.is.com.ua2002-10-041-10/+13
|\
| * new EXPLAINbell@sanja.is.com.ua2002-09-261-10/+13
| * subselect with unionbell@sanja.is.com.ua2002-09-031-1/+1
* | Fixes and code cleanups after merge with 4.0.3monty@mashka.mysql.fi2002-10-021-1/+1
|/
* mergingbell@sanja.is.com.ua2002-05-281-5/+5
|\
| * derived table with * bug fixedbell@sanja.is.com.ua2002-05-281-1/+1
* | Hiding internal pointers of SELECT_LEX structuresbell@sanja.is.com.ua2002-05-271-1/+1
* | new SELECT_LEX structures used for storing global ORDER BY, global LIMIT & li...bell@sanja.is.com.ua2002-05-081-11/+13
* | new SELECT_LEX structurebell@sanja.is.com.ua2002-05-071-8/+11
|/
* Derived tables !Sinisa@sinisa.nasamreza.org2002-03-261-0/+121