List:Commits« Previous MessageNext Message »
From:ingo Date:February 2 2007 8:19pm
Subject:bk commit into 4.1 tree (istruewing:1.2600)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of istruewing. When istruewing 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-02 20:19:13+01:00, istruewing@stripped +1 -0
  After merge fix

  sql/mysqld.cc@stripped, 2007-02-02 20:19:11+01:00, istruewing@stripped +4 -0
    After merge fix

# 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:	istruewing
# Host:	chilla.local
# Root:	/home/mydev/mysql-4.1-axmrg

--- 1.625/sql/mysqld.cc	2007-02-02 20:19:18 +01:00
+++ 1.626/sql/mysqld.cc	2007-02-02 20:19:18 +01:00
@@ -3141,7 +3141,11 @@ int main(int argc, char **argv)
   MY_INIT(argv[0]);		// init my_sys library & pthreads
 
   /* Set signal used to kill MySQL */
+#if defined(SIGUSR2)
   thr_kill_signal= thd_lib_detected == THD_LIB_LT ? SIGINT : SIGUSR2;
+#else
+  thr_kill_signal= SIGINT;
+#endif
 
 #ifdef _CUSTOMSTARTUPCONFIG_
   if (_cust_check_startup())
Thread
bk commit into 4.1 tree (istruewing:1.2600)ingo2 Feb