Below is the list of changes that have just been committed into a local
mysqldoc repository of jon. When jon 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.2690 05/03/11 02:40:43 jon@stripped +1 -0
Cluster How-To: Fixes to sample config.ini and
ndb_mgm show command output.
Docs/manual.texi
1.2517 05/03/11 02:40:39 jon@stripped +8 -5
Cluster How-To: Fixes to sample config.ini and
ndb_mgm show command output.
# 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: jon
# Host: gigan.site
# Root: /home/jon/bk/mysqldoc
--- 1.2516/Docs/manual.texi 2005-03-10 18:53:56 +10:00
+++ 1.2517/Docs/manual.texi 2005-03-11 02:40:39 +10:00
@@ -70942,8 +70942,11 @@
# this example Cluster setup.
[TCP DEFAULT] # TCP/IP options:
-port=2202 # This the default; however, you can use any
+portnumber=2202 # This the default; however, you can use any
# port that is free for all the hosts in cluster
+ # Note: It is recommended beginning with MySQL 5.0 that
+ # you do not specify the portnumber at all and simply allow
+ # the default value to be used instead
[NDB_MGMD] # Management process options:
hostname=192.168.0.10 # Hostname or IP address of MGM node
@@ -71036,14 +71039,14 @@
Cluster Configuration
---------------------
[ndbd(NDB)] 2 node(s)
-id=2 @@192.168.0.30 (Version: 4.1.9, Nodegroup: 0, Master)
-id=3 @@192.168.0.40 (Version: 4.1.9, Nodegroup: 0)
+id=2 @@192.168.0.30 (Version: 4.1.11, Nodegroup: 0, Master)
+id=3 @@192.168.0.40 (Version: 4.1.11, Nodegroup: 0)
[ndb_mgmd(MGM)] 1 node(s)
-id=1 @@192.168.0.10 (Version: 4.1.9)
+id=1 @@192.168.0.10 (Version: 4.1.11)
[mysqld(SQL)] 1 node(s)
-id=4 (Version: 4.1.9)
+id=4 (Version: 4.1.11)
@end example
You may see some slight differences depending upon the exact version of MySQL
| Thread |
|---|
| • bk commit - mysqldoc tree (jon:1.2690) | jon | 10 Mar |