List:Commits« Previous MessageNext Message »
From:msvensson Date:December 6 2006 10:25am
Subject:bk commit into 5.1 tree (msvensson:1.2354)
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@stripped, 2006-12-06 11:25:18+01:00, msvensson@neptunus.(none) +1 -0
  Initialize guarded_instance to NULL in constuctor. Avoid looping over
  uninitialized list of guarded instances.

  server-tools/instance-manager/guardian.cc@stripped, 2006-12-06 11:25:15+01:00, msvensson@neptunus.(none) +1 -0
    Initialize guarded_instance to NULL in constuctor. Avoid looping over
    uninitialized list of guarded instances

# 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-maint

--- 1.34/server-tools/instance-manager/guardian.cc	2006-12-06 11:25:25 +01:00
+++ 1.35/server-tools/instance-manager/guardian.cc	2006-12-06 11:25:25 +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 (msvensson:1.2354)msvensson6 Dec