List:Commits« Previous MessageNext Message »
From:msvensson Date:May 23 2006 4:27pm
Subject:bk commit into 5.1 tree (msvensson:1.2176)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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.2176 06/05/23 16:27:40 msvensson@neptunus.(none) +1 -0
  Merge neptunus.(none):/home/msvensson/mysql/my41-bug13711
  into  neptunus.(none):/home/msvensson/mysql/mysql-5.1

  sql/mysqld.cc
    1.550 06/05/23 16:27:33 msvensson@neptunus.(none) +0 -0
    Auto merged

# 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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.1/RESYNC

--- 1.549/sql/mysqld.cc	2006-05-23 13:32:13 +02:00
+++ 1.550/sql/mysqld.cc	2006-05-23 16:27:33 +02:00
@@ -1024,7 +1024,20 @@
   DBUG_VOID_RETURN;
 }
 
-	/* Force server down. kill all connections and threads and exit */
+/*
+  Force server down. Kill all connections and threads and exit
+
+  SYNOPSIS
+  kill_server
+
+  sig_ptr       Signal number that caused kill_server to be called.
+
+  NOTE!
+    A signal number of 0 mean that the function was not called
+    from a signal handler and there is thus no signal to block
+    or stop, we just want to kill the server.
+
+*/
 
 #if defined(__NETWARE__)
 extern "C" void kill_server(int sig_ptr)
Thread
bk commit into 5.1 tree (msvensson:1.2176)msvensson23 May