summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Implementation of WL#1469 (Greedy algorithm to search for an optimal executio...unknown2004-04-161-3/+874
* after review patchunknown2004-03-291-7/+3
* mergeunknown2004-03-271-8/+19
|\
| * limit initialization moved to method of SELECT_LEX_UNIT (WL#695)unknown2003-11-211-8/+19
* | Merge 4.1 into 5.0.unknown2004-02-101-86/+112
|\ \
| * | after merge & valgrind test fixes (BUG#2120)unknown2004-02-101-29/+37
| * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-091-11/+8
| |\ \
| | * \ Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-091-11/+8
| | |\ \
| | | * | make JOIN::prepare, JOIN::optimize only once for EXPLAIN of derived tableunknown2004-02-011-10/+8
| | | * | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-011-1/+0
| | | |\ \
| | | | * | now all tables of query are locked in one place (including derived tables)unknown2004-02-011-1/+0
| * | | | | mergeunknown2004-02-051-9/+25
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for ...unknown2004-02-051-5/+8
| | * | | | mergeunknown2004-01-201-7/+8
| | |\ \ \ \
| | * | | | | Code cleanupunknown2004-01-191-4/+17
| * | | | | | cleanup: #ifdef DELETE_ITEMS removedunknown2004-02-031-8/+0
| * | | | | | Code cleanup:unknown2004-02-031-4/+3
| * | | | | | just tried to find all 'skipp' and replace it with 'skip'.unknown2004-02-021-7/+7
| * | | | | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-021-5/+16
| |\ \ \ \ \ \
| | * | | | | | Indexes can be used for optimization if the operationunknown2004-02-021-5/+16
| | | |_|/ / / | | |/| | | |
| * | | | | | fix for the bug #2419: order by ignores rows.unknown2004-01-311-7/+9
| |/ / / / /
| * | | | | incorrect fix undone, as it causes memory leaks (e.g. in key.test)unknown2004-01-301-0/+1
| | |_|/ / | |/| | |
| * | | | Fixed Bug#2479, "dependant subquery with limit crash".unknown2004-01-291-1/+0
| * | | | Merge deer.(none):/home/hf/work/mysql-4.1.cleanunknown2004-01-191-7/+8
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | mergeunknown2004-01-171-2/+2
| | |\ \ \
| | | * | | removed droping field->query_id for reinitialization tables for subquery.unknown2004-01-031-2/+2
| | | |/ /
| | * | | switched to new syntax (TYPE->ENGINE)unknown2004-01-171-1/+2
| | * | | fix for the 2361 bug: ALTER TABLE ... DROP PRIMARY KEY drops a non-primary keyunknown2004-01-141-4/+4
| | |/ /
| * | | Code cleanup (working on PS & cleanup() code)unknown2004-01-191-1/+1
| |/ /
* | | Merge mysql.com:/home/psergey/mysql-5.0-latest-pullunknown2003-12-201-19/+43
|\ \ \
| * \ \ Merging lex-pointer change from 4.1 to 5.0.unknown2003-12-191-2/+2
| |\ \ \ | | |/ /
| | * | THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-15/+15
| * | | Merge 4.1 to 5.0.unknown2003-12-191-17/+41
| |\ \ \ | | |/ /
| | * | Fixes after merge with 4.0unknown2003-12-191-5/+1
| | * | Merge with 4.0.17unknown2003-12-171-13/+41
| | |\ \
| | | * \ Mergeunknown2003-12-131-5/+7
| | | |\ \
| | | | * | Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-5/+7
| | | * | | Fix #2093unknown2003-12-121-7/+0
| | | * | | Proposed fix for #2093unknown2003-12-121-8/+22
| | | |/ /
| | | * | Fixed a possible memory leak on MacOSX when using the shared libmysql.so libr...unknown2003-12-111-0/+2
| | | * | Fix for bug #1335: filesort is missing in EXPLAIN if ORDER BY NULL is usedunknown2003-12-091-2/+12
| | | * | added comments to simple_order, simple_group, no_order, skip_sort_orderunknown2003-11-201-2/+15
* | | | | Merge psergey-rh8.(none):/home/psergey/mysql-5.0-latest-pullunknown2003-12-181-4/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merged 4.1 -> 5.0unknown2003-12-091-4/+5
| |\ \ \ \ | | |/ / /
| | * | | Mergeunknown2003-12-091-0/+1
| | |\ \ \
| | | * | | fixed bug #1688 "CREATE TABLE ... SELECT with default()"unknown2003-10-311-0/+1
| | * | | | QUERY_NO_GOOD_INDEX_USED and QUERY_NO_INDEX_USED moved from thd->lex.select_l...unknown2003-12-061-4/+4
* | | | | | Merge mysql.com:/home/psergey/mysql-5.0-latest-pullunknown2003-12-091-158/+227
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge mysql.com:/home/pem/work/mysql-4.1unknown2003-12-021-4/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | cleanup: unused variable removedunknown2003-12-011-4/+0