Below is the list of changes that have just been committed into a local
5.0 repository of antony. When antony 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-02-06 15:19:01-08:00, antony@stripped +2 -0
thd_lib_detected moved so that it is correctly declared as a data
section symbol and not a common symbol on gcc 4.0.1 on darwin 8.8.0
PowerPC MacOS X 10.4.8
mysys/my_pthread.c@stripped, 2007-02-06 15:18:57-08:00, antony@stripped +0 -1
thd_lib_detected moved to my_thr_init.c
mysys/my_thr_init.c@stripped, 2007-02-06 15:18:57-08:00, antony@stripped +2 -0
thd_lib_detected moved here so that it is correctly declared as a
data section symbol and not a common symbol on gcc 4.0.1 on darwin 8.8.0
PowerPC MacOS X 10.4.8
# 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: antony
# Host: ppcg5.local
# Root: /Users/antony/Work/p3-bug12204.3
--- 1.47/mysys/my_pthread.c 2007-02-06 15:19:07 -08:00
+++ 1.48/mysys/my_pthread.c 2007-02-06 15:19:07 -08:00
@@ -29,7 +29,6 @@
#define SCHED_POLICY SCHED_OTHER
#endif
-uint thd_lib_detected;
#ifndef my_pthread_setprio
void my_pthread_setprio(pthread_t thread_id,int prior)
--- 1.38/mysys/my_thr_init.c 2007-02-06 15:19:07 -08:00
+++ 1.39/mysys/my_thr_init.c 2007-02-06 15:19:07 -08:00
@@ -47,6 +47,8 @@ pthread_mutexattr_t my_fast_mutexattr;
pthread_mutexattr_t my_errorcheck_mutexattr;
#endif
+uint thd_lib_detected;
+
#ifdef NPTL_PTHREAD_EXIT_BUG /* see my_pthread.h */
/*
| Thread |
|---|
| • bk commit into 5.0 tree (antony:1.2404) | antony | 7 Feb |