Below is the list of changes that have just been committed into a local
4.1 repository of evgen. When evgen does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.2463 05/10/25 18:47:16 evgen@stripped +1 -0
Merge epotemkin@stripped:/home/bk/mysql-4.1
into moonbone.local:/work/13392-bug-4.1-mysql
sql/item.cc
1.228 05/10/25 18:47:14 evgen@stripped +0 -0
Auto merged
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: evgen
# Host: moonbone.local
# Root: /work/13392-bug-4.1-mysql/RESYNC
--- 1.227/sql/item.cc 2005-10-15 02:39:37 +04:00
+++ 1.228/sql/item.cc 2005-10-25 18:47:14 +04:00
@@ -1768,7 +1768,7 @@
Item** res= find_item_in_list(this, thd->lex->current_select->item_list,
&counter, REPORT_EXCEPT_NOT_FOUND,
¬_used);
- if (res != not_found_item && (*res)->type() == Item::FIELD_ITEM)
+ if (res != (Item **)not_found_item && (*res)->type() ==
Item::FIELD_ITEM)
{
set_field((*((Item_field**)res))->field);
return 0;
| Thread |
|---|
| • bk commit into 4.1 tree (evgen:1.2463) | eugene | 25 Oct |