summaryrefslogtreecommitdiff
path: root/sql/sql_derived.cc
Commit message (Expand)AuthorAgeFilesLines
* Unused variables removed (many files).unknown2004-06-211-1/+0
* fixed subquery in the FROM clause with parameter (BUG#3020)unknown2004-04-081-29/+35
* Fixed many compiler warningsunknown2004-04-051-1/+0
* correct support for a mix of UNION/UNION ALL in the same query.unknown2004-03-231-1/+1
* DBUG_ASSERT(fixed == 0) added to fix_fields()unknown2004-03-171-1/+5
* after merge & valgrind test fixes (BUG#2120)unknown2004-02-101-0/+2
* ufter revview fix (BUG#2120)unknown2004-02-091-8/+8
* make JOIN::prepare, JOIN::optimize only once for EXPLAIN of derived tableunknown2004-02-011-0/+9
* now all tables of query are locked in one place (including derived tables)unknown2004-02-011-127/+110
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-01-171-8/+11
|\
| * assigned correct lex->current_select for derived tables (BUG#2349)unknown2004-01-141-8/+11
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-01-171-0/+3
|\ \
| * | As far as we cut off derived table branch, we have to close JOINs (BUG#2141)unknown2004-01-061-0/+3
| |/
* | fixed unlocking tables during subquery execution (BUG#2048)unknown2003-12-101-1/+1
|/
* Mergeunknown2003-11-281-3/+3
|\
| * Added missing SSL library (Should be in source distribution)unknown2003-11-281-7/+6
* | removed unused variableunknown2003-11-271-2/+1
* | avoiding coping tmptable_paramunknown2003-11-261-5/+4
|/
* after review fixesunknown2003-11-231-1/+1
* Fixed UNION fields type/length detectingunknown2003-11-231-86/+66
* Mergeunknown2003-10-221-4/+0
|\
| * subqueries made printableunknown2003-10-161-4/+0
* | fixed deleting derived table tree after using (BUG#1536)unknown2003-10-171-1/+1
|/
* Mergeunknown2003-10-061-6/+8
|\
| * Mergeunknown2003-09-261-3/+7
| |\
| | * SCRUM:unknown2003-09-261-3/+7
| * | Remove 'extern' references from .cc filesunknown2003-09-131-2/+0
| |/
| * Fix for bug 1176unknown2003-09-041-1/+1
* | fixed bug of lack of fix_fields call (after merge bugfix (SCRUM))unknown2003-08-231-0/+3
|/
* 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