List:Commits« Previous MessageNext Message »
From:lzhou Date:August 8 2006 3:28am
Subject:bk commit into 5.0 tree (root:1.2244)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of root. When root 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@stripped, 2006-08-08 11:26:03+08:00, root@dev3-138.(none) +1 -0
  test commit - won't push

  sql/ha_ndbcluster.cc@stripped, 2006-08-08 11:25:56+08:00, root@dev3-138.(none) +1 -1
    changed storage_nodes to data_nodes to comply with current terminology

# 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:	root
# Host:	dev3-138.(none)
# Root:	/mnt/sda9/zhl/mysql/5.0-bug20848

--- 1.274/sql/ha_ndbcluster.cc	2006-08-08 11:27:07 +08:00
+++ 1.275/sql/ha_ndbcluster.cc	2006-08-08 11:27:07 +08:00
@@ -163,7 +163,7 @@
   {"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_data_nodes, SHOW_LONG},
+  {"number_of_data_nodes",(char*) &ndb_number_of_data_nodes, SHOW_LONG},
   {NullS, NullS, SHOW_LONG}
 };
 
Thread
bk commit into 5.0 tree (root:1.2244)lzhou8 Aug