summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* now all tables of query are locked in one place (including derived tables)unknown2004-02-011-1/+0
* 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
|/
* THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-15/+15
* 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
* | 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
* | | cleanup: unused variable removedunknown2003-12-011-4/+0
* | | Fix wrong last edit for last commitunknown2003-11-281-2/+2
* | | Added missing SSL library (Should be in source distribution)unknown2003-11-281-77/+80
* | | Fixed UNION fields type/length detectingunknown2003-11-231-75/+147
* | | Merge key cache structures to oneunknown2003-11-201-3/+1
* | | fixed using 'uncachable' tag and RAND_TABLE_BIT settingunknown2003-11-171-2/+4
* | | fixed error handling inside su_select() for multideleteunknown2003-11-151-2/+3
* | | fixed:unknown2003-11-041-0/+1
* | | fixed:unknown2003-11-041-0/+1
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-11-041-1/+2
|\ \ \
| * | | avoid problem when all tables are constunknown2003-11-041-1/+2
* | | | Merge with 4.0unknown2003-11-041-24/+56
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | fix for bug #1724 'WHERE ... IN() optimizer behaviour unknown2003-11-031-23/+42
| * | Bug#1271 - RAND_TABLE_BIT in expression and only const_tables in joinunknown2003-10-211-0/+2
| * | fix for one of the bugs spotted by #1274unknown2003-10-161-1/+11
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-11-031-4/+4
|\ \ \
| * | | after review fixunknown2003-11-031-4/+4
* | | | removed debug outputunknown2003-11-031-14/+0
* | | | Mergeunknown2003-11-031-30/+61
|\ \ \ \ | |/ / /
| * | | fixed BUG#1645unknown2003-11-021-5/+1
| * | | join_free now is method of JOIN and commentedunknown2003-11-021-23/+33
| * | | fixed locking problem with innodb & subqueries (BUG#1708)unknown2003-11-021-2/+3
| * | | mergeunknown2003-10-311-3/+27
| |\ \ \
| | * | | samall optimisation (any independent query will not save data for rexecution)unknown2003-10-101-3/+27
* | | | | mergeunknown2003-10-311-1/+183
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...unknown2003-10-301-22/+22
| * | | | Mergeunknown2003-10-221-1/+183
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | subqueries made printableunknown2003-10-161-1/+183
| | |/ /
* | | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-10-311-1/+58
|\ \ \ \