List:Commits« Previous MessageNext Message »
From:igor Date:April 4 2006 6:07am
Subject:bk commit into 5.0 tree (igor:1.2135)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of igor. When igor 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.2135 06/04/03 21:07:27 igor@stripped +1 -0
  Merge ibabaev@stripped:/home/bk/mysql-5.0
  into  rurik.mysql.com:/home/igor/mysql-5.0

  sql/item.cc
    1.213 06/04/03 21:07:19 igor@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:	igor
# Host:	rurik.mysql.com
# Root:	/home/igor/mysql-5.0/RESYNC

--- 1.212/sql/item.cc	2006-03-31 11:54:22 -08:00
+++ 1.213/sql/item.cc	2006-04-03 21:07:19 -07:00
@@ -3777,7 +3777,7 @@
   if (item_equal)
   {
     Item_field *subst= item_equal->get_first();
-    if (!field->eq(subst->field))
+    if (subst && !field->eq(subst->field))
       return subst;
   }
   return this;
Thread
bk commit into 5.0 tree (igor:1.2135)igor4 Apr