summaryrefslogtreecommitdiff
path: root/sql/item_subselect.cc
Commit message (Expand)AuthorAgeFilesLines
* subselect.result, subselect.test:unknown2004-12-251-4/+9
* * Added comments and one assertunknown2004-12-141-1/+2
* new reference which refer to current value not to result used for resolving...unknown2004-12-111-6/+7
* A fix and test case for Bug#6873 "PS, having with subquery, crash unknown2004-12-091-0/+2
* postreview fixunknown2004-12-071-2/+7
* reporting empty result added in case of max/min optimisation of ALL/ANY/SOME ...unknown2004-11-181-7/+28
* Simpler arena swapping codeunknown2004-11-081-24/+20
* removed incorrect error message about aggregate functionsunknown2004-10-271-15/+76
* A lot of fixes for prepared statements (PS):unknown2004-10-261-2/+2
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-10-131-2/+4
|\
| * correct (high level) fix for BUG#5367 to privent problems in other enginesunknown2004-10-071-2/+4
* | Deployment of centralized Item change registry, step 2: Item_ref unknown2004-10-081-4/+1
|/
* Comments to the single-select optimization algorithm.unknown2004-10-041-1/+24
* fixed error handling if creating derived table failedunknown2004-09-171-1/+0
* fixed temporary table processing expresions of subqueries and removed wrong r...unknown2004-09-061-3/+0
* after review fixes:unknown2004-08-231-1/+8
* mergeunknown2004-08-231-62/+67
|\
| * skip resolving field in table list if table list is not accessable due to gro...unknown2004-08-131-1/+3
| * in case of compound index fill all parts in optimized IN (BUG#4435)unknown2004-08-121-61/+64
* | Fix for bug#4912 "mysqld crashs in case a statement is executedunknown2004-08-211-24/+26
|/
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-07-171-1/+6
|\
| * stack overflow check added for subqueries processing (BUG#4554)unknown2004-07-141-1/+6
* | aggregate functions check during substitution made only for single row subsel...unknown2004-07-041-22/+22
|/
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-06-241-0/+5
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-06-231-0/+5
| |\
| | * do not unlock tables early if we have subquery in HAVING clause (BUG#3984)unknown2004-06-091-0/+5
* | | mergedunknown2004-06-231-2/+6
|\ \ \ | |/ / |/| |
| * | handler interface cleanups:unknown2004-06-231-2/+6
| |/
* | Unused variables removed (many files).unknown2004-06-211-1/+0
|/
* keep old engine & JOIN if we changed subquery Item (Bug #3646)unknown2004-05-071-9/+98
* Formatting changes requested by Montyunknown2004-04-151-1/+1
* after review changesunknown2004-03-201-2/+3
* DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-181-1/+9
* DBUG_ASSERT(fixed == 0) added to fix_fields()unknown2004-03-171-5/+6
* fix test during mergeunknown2004-03-161-3/+3
|\
| * mergeunknown2004-03-151-3/+3
| |\
| | * avoid null check on fields where NULL is impossibleunknown2004-02-021-3/+3
* | | after merge fixunknown2004-03-091-1/+2
* | | mergeunknown2004-03-091-2/+2
|\ \ \ | |/ / |/| |
| * | revision of fix_fields() calls (BUG2838)unknown2004-02-181-2/+3
* | | Mergingunknown2004-03-041-0/+6
|\ \ \
| * | | Fix for #1992unknown2003-12-061-0/+6
* | | | after review fixunknown2004-02-201-2/+1
* | | | revision of fix_fields calls in subqueries transformationunknown2004-02-181-7/+36
* | | | memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462)unknown2004-02-121-7/+12
* | | | fixed subquery with PS (BUG#2462)unknown2004-02-081-84/+177
| |/ / |/| |
* | | fix for the bug #2419: order by ignores rows.unknown2004-01-311-2/+2
| |/ |/|
* | Merge deer.(none):/home/hf/work/mysql-4.1.cleanunknown2004-01-191-11/+9
|\ \
| * \ Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-01-191-9/+6
| |\ \
| | * | Fix for the bug #2198: SELECT INTO OUTFILE (with Sub-Select) Problem.unknown2003-12-251-9/+6