List:Commits« Previous MessageNext Message »
From:jonas Date:March 21 2007 7:57am
Subject:bk commit into 5.0 tree (jonas:1.2299) BUG#27286
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of jonas. When jonas 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-03-21 08:57:14+01:00, jonas@stripped +1 -0
  ndb - bug#27286 (5.0 version)
    make sure master is sendable

  ndb/src/mgmsrv/MgmtSrvr.cpp@stripped, 2007-03-21 08:57:13+01:00, jonas@stripped +2 -0
    make sure master is sendable

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/50-work

--- 1.103/ndb/src/mgmsrv/MgmtSrvr.cpp	2007-03-21 08:57:18 +01:00
+++ 1.104/ndb/src/mgmsrv/MgmtSrvr.cpp	2007-03-21 08:57:18 +01:00
@@ -2406,6 +2406,8 @@
 	ndbout_c("I'm not master resending to %d", nodeId);
 #endif
 	do_send = 1; // try again
+	if (!theFacade->get_node_alive(nodeId))
+	  m_master_node = nodeId = 0;
 	continue;
       }
       event.Event = BackupEvent::BackupFailedToStart;
Thread
bk commit into 5.0 tree (jonas:1.2299) BUG#27286jonas21 Mar