List:Internals« Previous MessageNext Message »
From:Stewart Smith Date:July 22 2005 2:23pm
Subject:bk commit into 5.0 tree (stewart:1.1887)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of stewart. When stewart 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.1887 05/07/22 22:22:53 stewart@stripped +1 -0
  Merge mysql.com:/home/stewart/Documents/MySQL/5.0/main
  into  mysql.com:/home/stewart/Documents/MySQL/5.0/bug10950

  ndb/src/common/transporter/TransporterRegistry.cpp
    1.59 05/07/22 22:22:40 stewart@stripped +0 -0
    Auto merged

# 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:	stewart
# Host:	kennedy.(none)
# Root:	/home/stewart/Documents/MySQL/5.0/bug10950/RESYNC

--- 1.58/ndb/src/common/transporter/TransporterRegistry.cpp	2005-07-22 20:29:15 +10:00
+++ 1.59/ndb/src/common/transporter/TransporterRegistry.cpp	2005-07-22 22:22:40 +10:00
@@ -1314,10 +1314,16 @@
 		if (server_port)
 		  t->set_s_port(server_port);
 	      }
-	      else
+	      else if(ndb_mgm_is_connected(m_mgm_handle))
 	      {
 		ndbout_c("Failed to get dynamic port to connect to: %d", res);
 		ndb_mgm_disconnect(m_mgm_handle);
+	      }
+	      else
+	      {
+		ndbout_c("Management server closed connection early. "
+			 "It is probably being shut down (or has crashed). "
+			 "We will retry the connection.");
 	      }
 	    }
 	    /** else
Thread
bk commit into 5.0 tree (stewart:1.1887)Stewart Smith22 Jul