summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0unknown2003-06-251-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | Proposed fix for #674unknown2003-06-211-0/+3
| * | | Simple code cleanupunknown2003-06-231-7/+7
| |/ /
* | | Fix for a bug which results in "Unknown Error".unknown2003-06-251-1/+8
|/ /
* | fulltext and left join bug fixedunknown2003-06-161-0/+3
* | Fixed problem with ansi mode and GROUP BY with constants. (Bug #387)unknown2003-05-131-1/+2
* | sql_select.cc, opt_sum.cc:unknown2003-05-071-0/+9
* | Fixed problem when comparing a key for a multi-byte-character set. (bug 152)unknown2003-04-271-0/+3
* | Fix for -fbranch-probabilites (bug 268)unknown2003-04-261-0/+10
* | Fixes for valgrindunknown2003-04-231-10/+14
* | mergedunknown2003-03-131-0/+6
|\ \ | |/
| * added commentunknown2003-03-121-0/+4
| * fixed bug of unchecked random part of WHERE clause (bug #142)unknown2003-03-111-0/+2
* | Fix for replication of INSERT | REPLACE | CREATE ... SELECTunknown2003-03-121-8/+5
* | Fix for bug #136. We must write theunknown2003-03-121-1/+8
* | Merge to get fix for LOCK TABLES + DROP TABLE in another threadunknown2003-03-071-0/+5
|\ \ | |/
| * A fix for new conditions being defined and upper condition not updatedunknown2003-02-061-0/+5
| * Fixing that 3.23 API / clients do not disconnect if a large unknown2003-01-041-2/+1
| * many bug fixesunknown2002-12-231-1/+2
* | Added START TRANSACTION syntaxunknown2003-02-061-0/+5
* | Fix for MIN/MAX with empty tablesunknown2003-02-031-0/+6
* | Fixes for Netwareunknown2003-01-281-18/+26
* | Fixed bug with EXPLAIN on empty tableunknown2003-01-201-26/+29
* | Fixed bug in LEFT JOIN with impossible ON/WHERE expressionunknown2003-01-191-12/+31
* | Don't count NULL values in cardinalty for MyISAM tables.unknown2003-01-091-1/+2
* | Many files:unknown2002-12-221-11/+26
* | incorrect bugfix removed. EQ+BETWEEN still cannot be optimized :(unknown2002-12-101-1/+1
* | 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
* | 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
* | Merge with 3.23.54unknown2002-10-161-5/+25
|\ \ | |/
| * Fix error handling in last patch (BLOB's in temporary tables) ifunknown2002-10-151-0/+5
| * Fixed a bug in key optimizing handling where the expressionunknown2002-10-141-4/+14
| * Fixed bug where we could reference a freed tmp_table->table_name variable for...unknown2002-10-121-1/+6
* | Fixed bug in ORDER BY ... LIMITunknown2002-10-151-9/+32
* | Fix some ORDER BY ... DESC problems with InnoDBunknown2002-09-271-1/+1
* | Do filesort if handler has the HA_NOT_READ_PREFIX_LAST flag set.unknown2002-09-261-1/+1