List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:June 28 2006 12:25pm
Subject:bk commit into 5.0 tree (stewart:1.2201)
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.2201 06/06/28 22:25:41 stewart@stripped +2 -0
  Merge mysql.com:/home/stewart/Documents/MySQL/5.0/ndb
  into  mysql.com:/home/stewart/Documents/MySQL/5.0/merge

  sql/ha_ndbcluster.cc
    1.264 06/06/28 22:25:35 stewart@stripped +0 -0
    Auto merged

  ndb/src/mgmsrv/ConfigInfo.cpp
    1.76 06/06/28 22:25:35 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:	willster.(none)
# Root:	/home/stewart/Documents/MySQL/5.0/merge/RESYNC

--- 1.75/ndb/src/mgmsrv/ConfigInfo.cpp	2006-06-20 18:27:46 +10:00
+++ 1.76/ndb/src/mgmsrv/ConfigInfo.cpp	2006-06-28 22:25:35 +10:00
@@ -853,7 +853,7 @@
     false,
     ConfigInfo::CI_INT,
     "8",
-    "1",
+    "3",
     STR_VALUE(MAX_INT_RNIL) },
 
   {

--- 1.263/sql/ha_ndbcluster.cc	2006-06-27 19:25:54 +10:00
+++ 1.264/sql/ha_ndbcluster.cc	2006-06-28 22:25:35 +10:00
@@ -160,8 +160,8 @@
 
 struct show_var_st ndb_status_variables[]= {
   {"cluster_node_id",        (char*) &ndb_cluster_node_id,         SHOW_LONG},
-  {"connected_host",         (char*) &ndb_connected_host,      SHOW_CHAR_PTR},
-  {"connected_port",         (char*) &ndb_connected_port,          SHOW_LONG},
+  {"config_from_host",         (char*) &ndb_connected_host,      SHOW_CHAR_PTR},
+  {"config_from_port",         (char*) &ndb_connected_port,          SHOW_LONG},
 //  {"number_of_replicas",     (char*) &ndb_number_of_replicas,      SHOW_LONG},
   {"number_of_storage_nodes",(char*) &ndb_number_of_storage_nodes, SHOW_LONG},
   {NullS, NullS, SHOW_LONG}
Thread
bk commit into 5.0 tree (stewart:1.2201)Stewart Smith28 Jun