List:Internals« Previous MessageNext Message »
From:jonas Date:October 3 2005 2:06pm
Subject:bk commit into 5.0 tree (jonas:1.2041)
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
  1.2041 05/10/03 16:06:07 jonas@stripped +1 -0
  ndb -
    fix solaris problem
    (dont print null)

  ndb/src/mgmsrv/Services.cpp
    1.53 05/10/03 16:05:55 jonas@stripped +1 -1
    Dont print null address

# 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/tmp/mysql-5.0-release

--- 1.52/ndb/src/mgmsrv/Services.cpp	2005-09-29 09:39:37 +02:00
+++ 1.53/ndb/src/mgmsrv/Services.cpp	2005-10-03 16:05:55 +02:00
@@ -940,7 +940,7 @@
     output->println("node.%d.dynamic_id: %d", nodeId, dynamicId);
     output->println("node.%d.node_group: %d", nodeId, nodeGroup);
     output->println("node.%d.connect_count: %d", nodeId, connectCount);
-    output->println("node.%d.address: %s", nodeId, address);
+    output->println("node.%d.address: %s", nodeId, address ? address : "");
   }
 
 }
Thread
bk commit into 5.0 tree (jonas:1.2041)jonas3 Oct