List:Commits« Previous MessageNext Message »
From:Petr Chardin Date:February 14 2006 10:50am
Subject:bk commit into 5.0 tree (petr:1.2001)
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.2001 06/02/14 13:50:54 petr@stripped +1 -0
  remove forgotten unlock()

  server-tools/instance-manager/guardian.cc
    1.21 06/02/14 13:50:51 petr@stripped +0 -3
    remove unlock(), forgotten in the previous patch

# 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:	outpost.site
# Root:	/home/cps/mysql/devel/im/5.0-im-fix-race

--- 1.20/server-tools/instance-manager/guardian.cc	2006-02-14 04:57:35 +03:00
+++ 1.21/server-tools/instance-manager/guardian.cc	2006-02-14 13:50:51 +03:00
@@ -266,10 +266,7 @@
   {
     if (!(instance->options.nonguarded))
       if (guard(instance, TRUE))                /* do not lock guardian */
-      {
-        instance_map->unlock();
         return 1;
-      }
   }
 
   return 0;
Thread
bk commit into 5.0 tree (petr:1.2001)Petr Chardin14 Feb