List:Commits« Previous MessageNext Message »
From:msvensson Date:February 2 2006 11:25am
Subject:bk commit into 5.1 tree (msvensson:1.2132)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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.2132 06/02/02 12:25:47 msvensson@neptunus.(none) +1 -0
  Merge neptunus.(none):/home/msvensson/mysql/mysqltest_float_result/my51-mysqltest_float_result
  into  neptunus.(none):/home/msvensson/mysql/mysql-5.1

  client/mysqltest.c
    1.178 06/02/02 12:25:41 msvensson@neptunus.(none) +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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.1/RESYNC

--- 1.177/client/mysqltest.c	2006-02-02 08:24:24 +01:00
+++ 1.178/client/mysqltest.c	2006-02-02 12:25:41 +01:00
@@ -3635,7 +3635,8 @@
     len= 4;
   }
 #ifdef __WIN__
-  else if (field->type == MYSQL_TYPE_DOUBLE &&
+  else if ((field->type == MYSQL_TYPE_DOUBLE ||
+            field->type == MYSQL_TYPE_FLOAT ) &&
            field->decimals >= 31)
   {
     /* Convert 1.2e+018 to 1.2e+18 and 1.2e-018 to 1.2e-18 */
Thread
bk commit into 5.1 tree (msvensson:1.2132)msvensson2 Feb