List:Internals« Previous MessageNext Message »
From:msvensson Date:September 14 2005 7:45am
Subject:bk commit into 5.1 tree (msvensson:1.1886)
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.1886 05/09/14 09:45:44 msvensson@neptunus.(none) +1 -0
  Merge neptunus.(none):/home/msvensson/mysql/bug10713_new/my50-bug10713_new
  into  neptunus.(none):/home/msvensson/mysql/bug10713_new/my51-bug10713_new

  include/my_global.h
    1.107 05/09/14 09:45:38 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/bug10713_new/my51-bug10713_new/RESYNC

--- 1.106/include/my_global.h	2005-09-13 05:30:18 +02:00
+++ 1.107/include/my_global.h	2005-09-14 09:45:38 +02:00
@@ -432,7 +432,9 @@
 #undef  LONGLONG_MIN            /* These get wrongly defined in QNX 6.2 */
 #undef  LONGLONG_MAX            /* standard system library 'limits.h' */
 #ifdef __cplusplus
-#define HAVE_RINT               /* rint() and isnan() functions are not */
+#ifndef HAVE_RINT
+#define HAVE_RINT
+#endif                          /* rint() and isnan() functions are not */
 #define rint(a) std::rint(a)    /* visible in C++ scope due to an error */
 #define isnan(a) std::isnan(a)  /* in the usr/include/math.h on QNX     */
 #endif
Thread
bk commit into 5.1 tree (msvensson:1.1886)msvensson14 Sep