List:Commits« Previous MessageNext Message »
From:Alexander Nozdrin Date:February 24 2007 11:37am
Subject:bk commit into 5.1 tree (anozdrin:1.2441)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of alik. When alik 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-24 13:37:13+03:00, anozdrin@stripped +1 -0
  Fix merge.

  server-tools/instance-manager/angel.cc@stripped, 2007-02-24 13:37:10+03:00,
anozdrin@stripped +6 -0
    Fix merge.

# 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:	anozdrin
# Host:	booka.opbmk
# Root:	/home/alik/Documents/MySQL/devel/5.1-rt-im

--- 1.4/server-tools/instance-manager/angel.cc	2007-02-22 22:56:41 +03:00
+++ 1.5/server-tools/instance-manager/angel.cc	2007-02-24 13:37:10 +03:00
@@ -324,6 +324,12 @@
       continue;
     }
 
+    /* Delete IM-angel PID file. */
+
+    my_delete(Options::Daemon::angel_pid_file_name, MYF(0));
+
+    /* IM-angel finished. */
+
     log_info("Angel: Manager exited normally. Exiting...");
 
     return 0;
Thread
bk commit into 5.1 tree (anozdrin:1.2441)Alexander Nozdrin24 Feb