List:Commits« Previous MessageNext Message »
From:rsomla Date:December 8 2006 6:23pm
Subject:bk commit into 5.0 tree (rafal:1.2326)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of rafal. When rafal 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, 2006-12-08 19:23:12+01:00, rafal@quant.(none) +1 -0
  Minor fix

  include/my_pthread.h@stripped, 2006-12-08 19:20:22+01:00, rafal@quant.(none) +1 -1
    Fixed missing \ in #if directive.

# 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:	rafal
# Host:	quant.(none)
# Root:	/ext/mysql/bk/mysql-5.0-bug24507

--- 1.92/include/my_pthread.h	2006-12-08 19:23:18 +01:00
+++ 1.93/include/my_pthread.h	2006-12-08 19:23:18 +01:00
@@ -45,7 +45,7 @@
   TODO: Remove this code when fixed versions of glibc6 are in common use. 
  */
 
-#if defined(TARGET_OS_LINUX) && defined(HAVE_NPTL) &&
+#if defined(TARGET_OS_LINUX) && defined(HAVE_NPTL) && \
     defined(__GLIBC__) && ( __GLIBC__ < 2 || __GLIBC__ == 2 && __GLIBC_MINOR__ < 5 )
 #define NPTL_PTHREAD_EXIT_BUG	1
 #endif 
Thread
bk commit into 5.0 tree (rafal:1.2326)rsomla8 Dec