List:Commits« Previous MessageNext Message »
From:kgeorge Date:February 12 2007 11:52am
Subject:bk commit into 5.0 tree (gkodinov:1.2407)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kgeorge. When kgeorge 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-12 12:52:28+02:00, gkodinov@stripped +1 -0
  Fixed wrong linking in MacOSX/Intel
  The MacOSX/Intel linker doesn't handle
  correctly mixing of unitialized and initialized
  common symbols.

  mysys/my_pthread.c@stripped, 2007-02-12 12:52:22+02:00, gkodinov@stripped +1 -1
    Fixed wrong linking in MacOSX/Intel

# 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:	gkodinov
# Host:	macbook.gmz
# Root:	/Users/kgeorge/mysql/work/mysql-5.0-compile

--- 1.47/mysys/my_pthread.c	2007-02-02 11:03:18 +02:00
+++ 1.48/mysys/my_pthread.c	2007-02-12 12:52:22 +02:00
@@ -29,7 +29,7 @@
 #define SCHED_POLICY SCHED_OTHER
 #endif
 
-uint thd_lib_detected;
+uint thd_lib_detected= 0;
 
 #ifndef my_pthread_setprio
 void my_pthread_setprio(pthread_t thread_id,int prior)
Thread
bk commit into 5.0 tree (gkodinov:1.2407)kgeorge12 Feb