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
</programlisting>
-
+
<para>
- Note that each node has its own section in the
- <filename>config.ini</filename>. For instance, this cluster
- has two data nodes, so the preceding configuration file
- contains two <literal>[NDBD]</literal> sections defining these
- nodes.
+ Each node has its own section in the
+ <filename>config.ini</filename> file. For example, this
+ cluster has two data nodes, so the preceding configuration
+ file contains two <literal>[NDBD]</literal> sections defining
+ these nodes.
</para>
+
+ <note>
+ <para>
+ Do not place comments on the same line as a section heading
+ in the <filename>config.ini</filename> file; this causes the
+ management server not to start because it cannot parse the
+ configuration file in such cases.
+ </para>
+ </note>
<para id="mysql-cluster-config-ini-sections">
<emphasis role="bold">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 @@
</programlisting>
<para>
- Note that each node has its own section in the
- <filename>config.ini</filename>. For instance, this cluster
- has two data nodes, so the preceding configuration file
- contains two <literal>[NDBD]</literal> sections defining these
- nodes.
+ Each node has its own section in the
+ <filename>config.ini</filename> file. For example, this
+ cluster has two data nodes, so the preceding configuration
+ file contains two <literal>[NDBD]</literal> sections defining
+ these nodes.
</para>
+
+ <note>
+ <para>
+ Do not place comments on the same line as a section heading
+ in the <filename>config.ini</filename> file; this causes the
+ management server not to start because it cannot parse the
+ configuration file in such cases.
+ </para>
+ </note>
<para id="mysql-cluster-config-ini-sections">
<emphasis role="bold">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
</programlisting>
-
+
<para>
- Note that each node has its own section in the
- <filename>config.ini</filename>. For instance, this cluster
- has two data nodes, so the preceding configuration file
- contains two <literal>[NDBD]</literal> sections defining these
- nodes.
+ Each node has its own section in the
+ <filename>config.ini</filename> file. For example, this
+ cluster has two data nodes, so the preceding configuration
+ file contains two <literal>[NDBD]</literal> sections defining
+ these nodes.
</para>
+
+ <note>
+ <para>
+ Do not place comments on the same line as a section heading
+ in the <filename>config.ini</filename> file; this causes the
+ management server not to start because it cannot parse the
+ configuration file in such cases.
+ </para>
+ </note>
<para id="mysql-cluster-config-ini-sections">
<emphasis role="bold">Sections of the
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6605 - in trunk: refman-4.1 refman-5.0 refman-5.1 | jon | 29 May |