From: Date: June 26 2006 3:31pm Subject: bk commit into 5.0 tree (stewart:1.2173) BUG#11459 List-Archive: http://lists.mysql.com/commits/8244 X-Bug: 11459 Message-Id: <20060626133117.9A9951404539@localhost.localdomain> 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.2173 06/06/26 23:31:10 stewart@stripped +1 -0 BUG#11459 ndb status variables not updated change names of some undocumented ndb status variables to better reflect what their values mean sql/ha_ndbcluster.cc 1.259 06/06/26 23:31:02 stewart@stripped +2 -2 rename some status variables to better reflect what they show. # 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/bug11459 --- 1.258/sql/ha_ndbcluster.cc 2006-06-15 04:27:20 +10:00 +++ 1.259/sql/ha_ndbcluster.cc 2006-06-26 23:31:02 +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}