summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* probably fix depended subselect cleanupunknown2002-12-071-9/+9
* After merge fixesunknown2002-12-061-61/+71
* Merge with 4.0.6unknown2002-12-051-65/+186
|\
| * Copy arguments given to mysql_server_init()unknown2002-12-051-6/+4
| * A fix for the bug in a SELECT with joined tables with ORDER BY and unknown2002-12-041-1/+7
| * Change of internal key_field=NULL handling to avoid error messages.unknown2002-12-031-42/+88
| * Fixed some bugs from last multi-table-update push.unknown2002-12-011-1/+1
| * New multi-table-update codeunknown2002-11-291-7/+78
* | Fixed bug when creating keys in temporary HEAP tables.unknown2002-12-021-0/+2
* | checking columns of top itemsunknown2002-11-291-2/+5
* | changed compare engine in basic row items (SCRUM)unknown2002-11-281-2/+2
* | mergingunknown2002-11-271-4/+10
|\ \
| * \ Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-11-191-16/+19
| |\ \
| * | | basic row Items (SCRUM)unknown2002-11-151-4/+10
* | | | reverse order in global select list allow to avoid recursion in derived tablesunknown2002-11-271-2/+2
* | | | Mergeunknown2002-11-251-0/+3
|\ \ \ \
| * \ \ \ mergingunknown2002-11-231-0/+3
| |\ \ \ \
| | * | | | fixed update with subselect (FOR REVIEW)unknown2002-10-241-0/+3
* | | | | | fixed removed by previos patch thd->allow_sum_func "side effect" of setup_condsunknown2002-11-241-4/+22
|/ / / / /
* | | | | Merge with 4.0unknown2002-11-211-43/+26
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | merge::records_in_range and optimizerunknown2002-11-171-2/+2
| * | | | Portability fix when using -DBIG_TABLESunknown2002-11-141-6/+6
| * | | | Fix after last mergeunknown2002-11-121-1/+1
| * | | | mergeunknown2002-11-121-1/+6
| |\ \ \ \
| | * | | | Fixed that NULL and 0 returns 0 instead of NULLunknown2002-11-111-0/+5
| * | | | | removed DBUG_ENTER/RETURN tagsunknown2002-11-111-401/+232
| |/ / / /
| * | | | Merge from 3.23 to get fix for GROUP BY bugunknown2002-11-081-0/+2
| |\ \ \ \
| | * | | | Fixed rare core dump bug when using complicated GROUP BY query that didn't re...unknown2002-11-081-0/+2
| | * | | | fixed a bug where "MATCH ... AGAINST () >=0" was treated as if it was >unknown2002-11-021-3/+3
| * | | | | DBUG_ENTER/RETURN tags addedunknown2002-11-051-232/+401
| * | | | | Added --skip-safemalloc to mysqltestunknown2002-10-291-36/+12
* | | | | | fixed another small bug with LIMIT )unknown2002-11-191-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-11-181-6/+10
|\ \ \ \ \
| * | | | | Fixed explain error handlingunknown2002-11-181-6/+10
* | | | | | lot's of fixes with test casesunknown2002-11-181-3/+4
* | | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2002-11-181-3/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1unknown2002-11-141-3/+6
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Actually, I do it in order to pull new stuffunknown2002-11-141-3/+6
* | | | | | fixed subselect explain bugunknown2002-11-171-8/+3
|/ / / / /
* | | | | fixed bug in cyclic reference refinitionunknown2002-11-141-0/+17
* | | | | fixed cyclic reference bugunknown2002-11-141-0/+18
|/ / / /
* | | | fixed bug of derived table in subselectunknown2002-11-131-2/+3
* | | | fixed error handlingunknown2002-11-131-1/+1
* | | | fix of yet another join_free bugunknown2002-11-111-15/+31
* | | | Some code optimisations related to EXPLAIN of derived tables and the unknown2002-11-091-1/+3
* | | | cleanup & fixing possible bug in select's error handlingunknown2002-11-061-6/+4
* | | | Some charset code clean-upsunknown2002-11-061-3/+1
* | | | Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-11-041-13/+15
|\ \ \ \
| * | | | removed SELECT_LEX_UNIT -> SELECT_LEX pointer conversion (SCRUM)unknown2002-10-301-13/+15
* | | | | Use item->charset() instead of item->str_value.charset()unknown2002-10-301-2/+2
|/ / / /