List:Commits« Previous MessageNext Message »
From:Daniel Fischer Date:December 6 2006 1:23pm
Subject:bk commit into 5.1 tree (df:1.2351)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of df. When df 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, 2006-12-06 14:23:10+01:00, df@stripped +1 -0
  stole magnus' fix for random im test failures from 5.1-maint

  server-tools/instance-manager/guardian.cc@stripped, 2006-12-06 14:23:08+01:00, df@stripped +1 -0
    stole magnus' fix for random im test failures from 5.1-maint

# 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:	df
# Host:	kahlann.erinye.com
# Root:	/home/df/mysql/build/mysql-5.1-release

--- 1.34/server-tools/instance-manager/guardian.cc	2006-11-30 22:25:30 +01:00
+++ 1.35/server-tools/instance-manager/guardian.cc	2006-12-06 14:23:08 +01:00
@@ -67,6 +67,7 @@ Guardian::Guardian(Thread_registry *thre
   monitoring_interval(monitoring_interval_arg),
   thread_registry(thread_registry_arg),
   instance_map(instance_map_arg),
+  guarded_instances(0),
   shutdown_requested(FALSE)
 {
   pthread_mutex_init(&LOCK_guardian, 0);
Thread
bk commit into 5.1 tree (df:1.2351)Daniel Fischer6 Dec