List:Internals« Previous MessageNext Message »
From:Stewart Smith Date:January 14 2005 5:07am
Subject:bk commit into 5.0 tree (stewart:1.1732)
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://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.1732 05/01/14 16:07:10 stewart@stripped +1 -0
  Fix call to set_connect_string

  ndb/src/mgmsrv/main.cpp
    1.39 05/01/14 16:07:03 stewart@stripped +1 -1
    Fix call to set_connect_string

# 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/ndb-dynamic-ports-impl4

--- 1.38/ndb/src/mgmsrv/main.cpp	2005-01-12 11:25:45 +11:00
+++ 1.39/ndb/src/mgmsrv/main.cpp	2005-01-14 16:07:03 +11:00
@@ -296,7 +296,7 @@
     snprintf(connect_str,20,"localhost:%u",glob.mgmObject->getPort());
     opt_connect_str= connect_str;
   }
-  glob.mgmObject->set_connect_string(connect_str);
+  glob.mgmObject->set_connect_string(opt_connect_str);
 
   if(!glob.mgmObject->check_start()){
     ndbout_c("Unable to check start management server.");
Thread
bk commit into 5.0 tree (stewart:1.1732)Stewart Smith14 Jan