From: jon
Date: May 29 2007 2:25pm
Subject: svn commit - mysqldoc@docsrva: r6605 - in trunk: refman-4.1 refman-5.0 refman-5.1
List-Archive: http://lists.mysql.com/commits/27588
Message-Id: <200705291425.l4TEPuxp016503@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jstephens
Date: 2007-05-29 16:25:51 +0200 (Tue, 29 May 2007)
New Revision: 6605
Log:
Don't place comments on the same line as section headers in config.ini (user comment)
Modified:
trunk/refman-4.1/mysql-cluster.xml
trunk/refman-5.0/mysql-cluster.xml
trunk/refman-5.1/mysql-cluster.xml
Modified: trunk/refman-4.1/mysql-cluster.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster.xml 2007-05-29 13:55:14 UTC (rev 6604)
+++ trunk/refman-4.1/mysql-cluster.xml 2007-05-29 14:25:51 UTC (rev 6605)
Changed blocks: 1, Lines Added: 15, Lines Deleted: 6; 1377 bytes
@@ -2977,14 +2977,23 @@
[MYSQLD]
HostName= mysqld_5.mysql.com
-
+
- Note that each node has its own section in the
- config.ini. For instance, this cluster
- has two data nodes, so the preceding configuration file
- contains two [NDBD] sections defining these
- nodes.
+ Each node has its own section in the
+ config.ini file. For example, this
+ cluster has two data nodes, so the preceding configuration
+ file contains two [NDBD] sections defining
+ these nodes.
+
+
+
+ Do not place comments on the same line as a section heading
+ in the config.ini file; this causes the
+ management server not to start because it cannot parse the
+ configuration file in such cases.
+
+
Sections of the
Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml 2007-05-29 13:55:14 UTC (rev 6604)
+++ trunk/refman-5.0/mysql-cluster.xml 2007-05-29 14:25:51 UTC (rev 6605)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 5; 1330 bytes
@@ -2895,12 +2895,21 @@
- Note that each node has its own section in the
- config.ini. For instance, this cluster
- has two data nodes, so the preceding configuration file
- contains two [NDBD] sections defining these
- nodes.
+ Each node has its own section in the
+ config.ini file. For example, this
+ cluster has two data nodes, so the preceding configuration
+ file contains two [NDBD] sections defining
+ these nodes.
+
+
+
+ Do not place comments on the same line as a section heading
+ in the config.ini file; this causes the
+ management server not to start because it cannot parse the
+ configuration file in such cases.
+
+
Sections of the
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2007-05-29 13:55:14 UTC (rev 6604)
+++ trunk/refman-5.1/mysql-cluster.xml 2007-05-29 14:25:51 UTC (rev 6605)
Changed blocks: 1, Lines Added: 15, Lines Deleted: 6; 1377 bytes
@@ -3139,14 +3139,23 @@
[MYSQLD]
HostName= mysqld_5.mysql.com
-
+
- Note that each node has its own section in the
- config.ini. For instance, this cluster
- has two data nodes, so the preceding configuration file
- contains two [NDBD] sections defining these
- nodes.
+ Each node has its own section in the
+ config.ini file. For example, this
+ cluster has two data nodes, so the preceding configuration
+ file contains two [NDBD] sections defining
+ these nodes.
+
+
+
+ Do not place comments on the same line as a section heading
+ in the config.ini file; this causes the
+ management server not to start because it cannot parse the
+ configuration file in such cases.
+
+
Sections of the