List:Internals« Previous MessageNext Message »
From:Petr Chardin Date:October 27 2005 12:00am
Subject:bk commit into 5.0 tree (petr:1.1945) BUG#14164
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of cps. When cps 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.1945 05/10/27 04:00:31 petr@stripped +1 -0
  Added a comment re Bug#14164

  server-tools/instance-manager/manager.cc
    1.29 05/10/27 04:00:17 petr@stripped +6 -0
    Additional comment for the bugfix

# 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:	petr
# Host:	owlet.
# Root:	/home/cps/mysql/trees/mysql-5.0-virgin

--- 1.28/server-tools/instance-manager/manager.cc	2005-10-17 05:13:51 +04:00
+++ 1.29/server-tools/instance-manager/manager.cc	2005-10-27 04:00:17 +04:00
@@ -231,6 +231,12 @@
     }
 
 #ifndef __WIN__
+/*
+  On some Darwin kernels SIGHUP is delivered along with most
+  signals. This is why we skip it's processing on these
+  platforms. For more details and test program see
+  Bug #14164 IM tests fail on MacOS X (powermacg5)
+*/
 #ifdef IGNORE_SIGHUP_SIGQUIT
     if ( SIGHUP == signo )
       continue;
Thread
bk commit into 5.0 tree (petr:1.1945) BUG#14164Petr Chardin27 Oct