summaryrefslogtreecommitdiff
path: root/sql/item_cmpfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #18360: Type aggregation for IN and CASE may lead to a wrongunknown2006-09-261-112/+184
* Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-5.0-optunknown2006-09-181-129/+83
|\
| * merge fixesunknown2006-09-181-1/+3
| * Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-4.1-optunknown2006-09-151-123/+26
| |\
| | * 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
| * | Merge dl145s.mysql.com:/data/bk/team_tree_merge/CLEAN/mysql-5.0unknown2006-09-151-6/+55
| |\ \
| | * | Post-pushbuild corrections for fix of bug #21698.unknown2006-09-091-1/+1
| | * | Fixed bug #21698: erroneously a field could be replaced by anunknown2006-09-071-6/+55
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-301-4/+22
| |\ \ \ | | |/ / | |/| |
* | | | Merge polly.local:/tmp/20924/bug20294/my50-bug20294unknown2006-09-131-9/+12
|\ \ \ \
| * \ \ \ Merge polly.local:/tmp/20924/bug20294/my41-bug20294unknown2006-09-131-9/+12
| |\ \ \ \
| | * | | | Cset exclude: kaa@polly.local|ChangeSet|20060912122540|09861unknown2006-09-131-9/+12
* | | | | | Merge polly.local:/tmp/20924/bug20294/my50-bug20294unknown2006-09-121-12/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge polly.local:/tmp/20924/bug20294/my41-bug20294unknown2006-09-121-12/+9
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug #20924: CAST(expr as UNSIGNED) returns SIGNED value when used in various ...unknown2006-09-081-12/+9
* | | | | | Merge moonbone.local:/home/evgen/bk-trees/mysql-5.1-optunknown2006-09-011-21/+33
|\ \ \ \ \ \
| * \ \ \ \ \ Merge moonbone.local:/work/tmp_merge-5.0-mysqlunknown2006-08-291-21/+33
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | item_cmpfunc.cc, item.cc:unknown2006-08-231-0/+1
| | * | | | | Fixed bug#21475: Wrongly applied constant propagation leads to a false compar...unknown2006-08-211-1/+4
| | * | | | | Fixed bug#15950: NOW() optimized away in VIEWsunknown2006-08-151-20/+28
* | | | | | | Post-merge fixes.unknown2006-08-301-2/+2
* | | | | | | Merge bodhi.local:/opt/local/work/mysql-5.0-runtime-safemergeunknown2006-08-301-4/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | BUG#21166: Prepared statement causes signal 11 on second executionunknown2006-08-241-4/+22
| |/ / / /
* | | | | Merge sunlight.local:/local_work/tmp_merge-5.0-opt-mysqlunknown2006-07-301-0/+22
|\ \ \ \ \ | |/ / / /
| * | | | Merge mysql.com:/home/psergey/mysql-4.1-optunknown2006-07-211-0/+22
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | BUG#20975: Incorrect query result for NOT (subquery):unknown2006-07-211-0/+22
| | |/
* | | Merge chilla.local:/home/mydev/mysql-5.0-mmergeunknown2006-07-201-1/+1
|\ \ \ | |/ /
| * | Bug#20783: Valgrind uninitialised warning in test case ctype_ucaunknown2006-07-031-1/+1
* | | Merge bodhi.local:/opt/local/work/tmp_mergeunknown2006-07-131-10/+10
|\ \ \ | |/ /
| * | BUG#20769: Dangling pointer in ctype_recoding test case.unknown2006-06-301-10/+10
* | | Merge mysql.com:/home/emurphy/src/bk-clean/tmp_mergeunknown2006-06-251-1/+2
|\ \ \ | |/ /
| * | Manually mergedunknown2006-06-201-1/+2
| |\ \ | | |/
| | * select.result:unknown2006-06-201-1/+2
* | | Merge mysql.com:/home/emurphy/src/bk-clean/tmp_mergeunknown2006-06-231-20/+12
|\ \ \ | |/ /
| * | item_cmpfunc.cc:unknown2006-06-201-0/+4
| * | Mergeunknown2006-06-201-20/+8
| |\ \ | | |/
| | * item_cmpfunc.cc, func_in.result, func_in.test:unknown2006-06-201-20/+8
* | | rpl_log.test, rpl_stm_log.result:unknown2006-06-191-4/+19
* | | Manually mergedunknown2006-06-181-22/+132
|\ \ \ | |/ /
| * | Merge moonbone.local:/home/evgen/bk-trees/mysql-4.1-optunknown2006-06-171-21/+11
| |\ \ | | |/
| | * item_strfunc.cc:unknown2006-06-161-21/+11
| * | Many files:unknown2006-06-151-4/+4
| * | Manually mergedunknown2006-06-141-16/+113
| |\ \ | | |/
| | * Fixed bug#16377: result of DATE/TIME functions were compared as strings whichunknown2006-06-131-32/+122
| * | item_cmpfunc.cc, func_in.result, multi_update.result:unknown2006-05-301-0/+23
| * | Manually mergedunknown2006-05-301-4/+12
| |\ \ | | |/
| | * Fixed bug#18360: Incorrect type coercion in IN() results in false comparisonunknown2006-05-301-2/+35
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-041-14/+24
|\ \ \
| * | | This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-14/+24