summaryrefslogtreecommitdiff
path: root/sql/sql_derived.cc
Commit message (Expand)AuthorAgeFilesLines
* Merging 4.1 -> 5.0unknown2003-09-241-1/+7
|\
| * Merge 4.1 into 5.0unknown2003-08-261-1/+7
| |\
| | * Merge 4.1 into 5.0 (first pass).unknown2003-07-081-1/+7
| | |\
| | | * Merged 4.1 to 5.0.unknown2003-04-291-1/+7
| | | |\
| | | | * Post-fix of bug #302 fix.unknown2003-04-271-1/+7
* | | | | Fix for bug 1176unknown2003-09-041-1/+1
|/ / / /
* | | | Code cleanupunknown2003-08-161-5/+3
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-08-131-1/+2
|\ \ \ \
| * | | | fixed problem with reference on derived table fields (BUG#1031)unknown2003-08-121-1/+2
* | | | | mergeunknown2003-08-111-0/+10
|\ \ \ \ \ | |/ / / /
| * | | | mergeunknown2003-08-061-0/+10
| |\ \ \ \
| | * \ \ \ Mergeunknown2003-07-191-0/+10
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Derived tables bug fix .......unknown2003-06-121-2/+10
| | | * | | Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-05-311-0/+2
| | | |\ \ \
| | | | * | | Fix for the optimiser problem caused by the fact that with derivedunknown2003-05-311-0/+2
| | | | |/ /
* | | | | | mergeunknown2003-08-051-1/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | count HAVING clause elements with select list elements, because agregate func...unknown2003-07-291-1/+2
| |/ / / /
* | | | | (SCRUM)unknown2003-07-031-1/+1
* | | | | mergedunknown2003-06-251-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | mergingunknown2003-05-261-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fixed memory overrun (bug 380)unknown2003-05-171-1/+1
| | |/ /
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-05-261-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | subselect transformation moved in after-fix_field placeunknown2003-05-141-1/+2
| |/ /
* | | After merge fixesunknown2003-05-211-6/+10
|/ /
* | Making a better fix for double released pointers and safe unknown2003-04-261-1/+1
* | A fix for a crashing bug in EXPLAIN on derived tables with a join.unknown2003-04-101-1/+4
|/
* After merge fixesunknown2003-03-171-2/+4
* three bug fixes and major code cleanupunknown2003-03-061-1/+1
* 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