List:Commits« Previous MessageNext Message »
From:igor Date:May 9 2007 5:07pm
Subject:bk commit into 5.1 tree (ibabaev:1.2512)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of ibabaev. When ibabaev 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@stripped, 2007-05-09 17:07:11+02:00, ibabaev@stripped +3 -0
  Merge bk-internal.mysql.com:/data0/bk/mysql-5.1
  into  bk-internal.mysql.com:/data0/bk/mysql-5.1-opt
  MERGE: 1.2509.1.5

  sql/handler.cc@stripped, 2007-05-09 17:07:05+02:00, ibabaev@stripped +0 -0
    Auto merged
    MERGE: 1.304.1.1

  sql/item_func.cc@stripped, 2007-05-09 17:07:05+02:00, ibabaev@stripped +0 -0
    Auto merged
    MERGE: 1.380.1.7

  sql/sql_class.h@stripped, 2007-05-09 17:07:05+02:00, ibabaev@stripped +0 -0
    Auto merged
    MERGE: 1.355.1.1

# 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:	ibabaev
# Host:	bk-internal.mysql.com
# Root:	/data0/bk/mysql-5.1-opt/RESYNC

--- 1.383/sql/item_func.cc	2007-05-07 21:32:03 +02:00
+++ 1.384/sql/item_func.cc	2007-05-09 17:07:05 +02:00
@@ -2344,7 +2344,7 @@
   double value=0.0;
   if (compare_as_dates)
   {
-    ulonglong result;
+    ulonglong result= 0;
     (void)cmp_datetimes(&result);
     return (double)result;
   }
@@ -2371,7 +2371,7 @@
   longlong value=0;
   if (compare_as_dates)
   {
-    ulonglong result;
+    ulonglong result= 0;
     (void)cmp_datetimes(&result);
     return (longlong)result;
   }
@@ -2400,7 +2400,7 @@
 
   if (compare_as_dates)
   {
-    ulonglong value;
+    ulonglong value= 0;
     (void)cmp_datetimes(&value);
     ulonglong2decimal(value, dec);
     return dec;
Thread
bk commit into 5.1 tree (ibabaev:1.2512)igor9 May