summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
Commit message (Expand)AuthorAgeFilesLines
* keep old engine & JOIN if we changed subquery Item (Bug #3646)unknown2004-05-071-0/+1
* repetable test replaced with inline functionunknown2004-05-041-0/+5
* DBUG_ASSERT(fixed == 0) added to fix_fields()unknown2004-03-171-1/+1
* after merge & valgrind test fixes (BUG#2120)unknown2004-02-101-0/+2
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-02-091-1/+0
|\
| * now all tables of query are locked in one place (including derived tables)unknown2004-02-011-1/+0
* | fix for the bug #2419: order by ignores rows.unknown2004-01-311-1/+2
|/
* Added missing SSL library (Should be in source distribution)unknown2003-11-281-7/+7
* Fixed UNION fields type/length detectingunknown2003-11-231-1/+1
* Update VC++ filesunknown2003-11-211-5/+17
* Mergeunknown2003-11-031-2/+5
|\
| * join_free now is method of JOIN and commentedunknown2003-11-021-0/+1
| * mergeunknown2003-10-311-2/+4
| |\
| | * samall optimisation (any independent query will not save data for rexecution)unknown2003-10-101-2/+4
* | | mergeunknown2003-10-311-3/+4
|\ \ \ | |/ / |/| |
| * | subqueries made printableunknown2003-10-161-3/+4
| |/
* | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-10-311-0/+1
|\ \
| * | WL #1056: Eliminate NOT operators from where conditionunknown2003-10-311-0/+1
| |/
* | key_map with more that 64 bits widthunknown2003-10-111-3/+3
|/
* renamed join_types (as was suggested by Peter Gulutzan)unknown2003-09-141-1/+1
* reset() split in 2 function clear() & add()unknown2003-08-281-0/+1
* 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
| * cut&paste fixedunknown2003-07-151-1/+1
* | new optimisation for ref_null (SCRUM) (WL#818)unknown2003-07-171-0/+1
* | new IN subquery engine added for simple IN with non-primary index but without...unknown2003-07-081-2/+3
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-top3-4.1unknown2003-07-071-2/+4
|\ \
| * \ mergeunknown2003-07-071-2/+4
| |\ \ | | |/
| | * fixed subselect with to temporary tables executingunknown2003-07-071-1/+3
| | * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2003-07-011-1/+1
| | |\
| | | * mergeunknown2003-07-011-1/+1
| | | |\
| | | | * priventing allocation unused Item_buff (alloc_group_fields())unknown2003-05-301-1/+1
* | | | | Optimisation if simple IN subselect with primary indexunknown2003-07-071-2/+3
|/ / / /
* | | | avoiding of allocating JOIN structure on every UNION executingunknown2003-07-051-32/+49
|/ / /
* | | Remove FORCE_INIT_OF_VARS when compiling for valgrind/purify to spot wrong LI...unknown2003-06-301-2/+5
|/ /
* | Added SQLSTATE to client/server protocolunknown2003-06-041-12/+37
|/
* Making a better fix for double released pointers and safe unknown2003-04-261-39/+0
* Merge bk-internal:/home/bk/mysql-4.1/unknown2003-03-141-2/+1
|\
| * cleanupunknown2003-03-141-2/+1
* | three bug fixes and major code cleanupunknown2003-03-061-2/+1
|/
* Merge with 4.0.11unknown2003-02-041-2/+2
|\
| * Fixes for Netwareunknown2003-01-281-2/+2
* | after-review changes (577 SCRUM)unknown2003-02-021-1/+2
* | cyclic reference test removed, becouse testing of Item::fixed field apply mor...unknown2003-01-301-1/+0
* | improving of fields list creation in derived tables and unionsunknown2003-01-291-1/+1
* | mergingunknown2003-01-251-13/+41
|\ \
| * | fixed subselects with temporary tables (SCRUM)unknown2003-01-251-13/+41
* | | Fixed that derived tables are properly dropedunknown2003-01-071-0/+1
|/ /
* | After merge fixesunknown2002-12-061-7/+4
* | Merge with 4.0.6unknown2002-12-051-10/+12
|\ \ | |/