List:Commits« Previous MessageNext Message »
From:dlenev Date:April 19 2006 5:35pm
Subject:bk commit into 5.0 tree (dlenev:1.2167)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of dlenev. When dlenev 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.2167 06/04/19 19:35:32 dlenev@stripped +1 -0
  Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtime
  into  mysql.com:/home/dlenev/mysql-5.0-bg16021

  sql/item_func.cc
    1.280 06/04/19 19:35:27 dlenev@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:	dlenev
# Host:	jabberwock.site
# Root:	/home/dlenev/mysql-5.0-bg16021/RESYNC

--- 1.279/sql/item_func.cc	2006-04-18 13:20:12 +04:00
+++ 1.280/sql/item_func.cc	2006-04-19 19:35:27 +04:00
@@ -2487,11 +2487,8 @@
 {
   DBUG_ASSERT(fixed == 1);
   ulonglong value= (ulonglong) args[0]->val_int();
-  if (args[0]->null_value)
-  {
-    null_value=1; /* purecov: inspected */
+  if ((null_value= args[0]->null_value))
     return 0; /* purecov: inspected */
-  }
   return (longlong) my_count_bits(value);
 }
 
Thread
bk commit into 5.0 tree (dlenev:1.2167)dlenev19 Apr