summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* BUG#17047: CHAR() and IN() can return NULL without signaling NULL resultunknown2006-11-161-1/+0
* item_cmpfunc.cc:unknown2006-09-121-2/+24
* query_cache.result, func_time.test, type_date.result, func_time.result:unknown2006-09-081-108/+3
* BUG#20975: Incorrect query result for NOT (subquery):unknown2006-07-211-0/+22
* select.result:unknown2006-06-201-1/+2
* item_cmpfunc.cc, func_in.result, func_in.test:unknown2006-06-201-20/+8
* item_strfunc.cc:unknown2006-06-161-21/+11
* Fixed bug#16377: result of DATE/TIME functions were compared as strings whichunknown2006-06-131-32/+122
* Fixed bug#18360: Incorrect type coercion in IN() results in false comparisonunknown2006-05-301-2/+35
* Bug #17896: MIN of CASE WHEN returns non-minimum value!unknown2006-04-211-1/+5
* Fix for bug #17896: MIN of CASE WHEN returns non-minimum value!unknown2006-03-061-4/+15
* A fix and a test case for Bug#12734 " prepared statement may unknown2006-01-141-0/+6
* item_cmpfunc.cc:unknown2005-10-061-1/+1
* item_cmpfunc.cc:unknown2005-10-051-1/+1
* Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-09-291-2/+3
|\
| * Bug#13046: LIKE pattern matching using prefixunknown2005-09-211-2/+3
* | Many files:unknown2005-09-291-16/+16
|/
* Review fixes since last pullunknown2005-09-121-7/+9
* BUG #12101: Additional fix.unknown2005-09-091-0/+4
* Merge mysql.com:/home/alexi/mysql-4.1unknown2005-09-071-8/+150
|\
| * item_cmpfunc.h:unknown2005-09-061-8/+150
* | func_like.result, func_like.test:unknown2005-09-061-1/+18
* | Bug#12611: ESCAPE + LIKE do not work when the escape char is a multibyte oneunknown2005-08-311-1/+19
|/
* subselect.test, subselect.result:unknown2005-08-081-0/+2
* Fix for BUG#10151: In Item_func_case::find_item don't assume that parameter s...unknown2005-06-201-1/+3
* func_if.result, func_if.test:unknown2005-06-131-3/+1
* a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+2
* Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-4/+1
* tztime.cc:unknown2005-06-021-0/+2
* Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* A fix for Bug#9443 "mysql_client_test fails on linux and some solaris unknown2005-03-311-2/+8
* Fixed wrong memory references found by purifyunknown2005-02-281-1/+7
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2005-02-091-3/+2
|\
| * reverted patch for BUG#7351 (because of performance ussie)unknown2005-02-091-3/+2
* | Better bugfix for "HAVING when refering to RAND()" (Bug #8216)unknown2005-02-081-46/+6
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-02-071-2/+44
|\
| * Fixed bug in HAVING when refering to RAND() through aliasunknown2005-02-071-2/+44
* | Fix for BUG#7716: in in_string::set() take into account that the value returned unknown2005-02-041-0/+4
|/
* item_cmpfunc.cc:unknown2005-01-201-55/+4
* 1. Item now uses my_charset_bin by default,unknown2005-01-181-0/+3
* subselect.result, subselect.test:unknown2004-12-251-2/+3
* * Added comments and one assertunknown2004-12-141-2/+4
* Merge of fix for BUG#6976 continued: pulling in some Item_ref changes from 5.0unknown2004-12-141-2/+2
* Merged (will need a post-merge fix)unknown2004-12-131-1/+2
|\
| * Merging fix for BUG#6976 from 4.0 to 4.1 unknown2004-12-131-1/+2
* | fixed optimized SOME subqueryunknown2004-12-131-4/+4
|/
* postreview fixunknown2004-12-071-1/+3
* mergeunknown2004-12-071-7/+39
|\
| * reporting empty result added in case of max/min optimisation of ALL/ANY/SOME ...unknown2004-11-181-7/+39
* | merged on pullunknown2004-12-021-6/+6
|\ \