List:Commits« Previous MessageNext Message »
From:jon Date:August 14 2006 10:12am
Subject:svn commit - mysqldoc@docsrva: r3008 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-08-14 12:12:15 +0200 (Mon, 14 Aug 2006)
New Revision: 3008

Log:
Clarify warning in FAQ about multiple network addresses (Thanks, Stewart!)

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	2006-08-13 13:20:30 UTC (rev 3007)
+++ trunk/refman-4.1/mysql-cluster.xml	2006-08-14 10:12:15 UTC (rev 3008)
Changed blocks: 4, Lines Added: 16, Lines Deleted: 4; 2141 bytes

@@ -14089,7 +14089,7 @@
                 </para>
 
                 <para>
-                  (See Bug #12307 and #13070 for more information.)
+                  (See Bug #12307 and Bug #13070 for more information.)
                 </para>
               </listitem>
 

@@ -14098,7 +14098,7 @@
 
           <listitem>
             <para>
-              Multiple network interfaces for data nodes are not
+              Multiple network addresses per data node are not
               supported. Use of these is liable to cause problems: In
               the event of a data node failure, an SQL node waits for
               confirmation that the data node went down but never

@@ -14106,6 +14106,17 @@
               remains open. This can effectively make the cluster
               inoperable.
             </para>
+            
+            <para>
+              It is possible to use multiple network hardware interfaces
+              (such as Ethernet cards) for a single data node, but these
+              must be bound to the same address. This also means that it
+              not possible to use more than one <literal>[TCP]</literal>
+              section per connection in the
+              <literal>config.ini</literal> file. See 
+              <xref linkend="mysql-cluster-tcp-definition"/>, for more
+              information.
+            </para>
           </listitem>
 
           <listitem>

@@ -14117,8 +14128,9 @@
           <listitem>
             <para>
               The total maximum number of nodes in a MySQL Cluster is
-              63. This number includes all MySQL Servers (SQL nodes),
-              data nodes, and management servers.
+              63. This number includes all SQL nodes (MySQL Servers),
+              API nodes (applications accessing the cluster other than
+              MySQL servers), data nodes, and management servers.
             </para>
           </listitem>
 


Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml	2006-08-13 13:20:30 UTC (rev 3007)
+++ trunk/refman-5.0/mysql-cluster.xml	2006-08-14 10:12:15 UTC (rev 3008)
Changed blocks: 4, Lines Added: 16, Lines Deleted: 4; 2141 bytes

@@ -14149,7 +14149,7 @@
                 </para>
 
                 <para>
-                  (See Bug #12307 and #13070 for more information.)
+                  (See Bug #12307 and Bug #13070 for more information.)
                 </para>
               </listitem>
 

@@ -14158,7 +14158,7 @@
 
           <listitem>
             <para>
-              Multiple network interfaces for data nodes are not
+              Multiple network addresses per data node are not
               supported. Use of these is liable to cause problems: In
               the event of a data node failure, an SQL node waits for
               confirmation that the data node went down but never

@@ -14166,6 +14166,17 @@
               remains open. This can effectively make the cluster
               inoperable.
             </para>
+            
+            <para>
+              It is possible to use multiple network hardware interfaces
+              (such as Ethernet cards) for a single data node, but these
+              must be bound to the same address. This also means that it
+              not possible to use more than one <literal>[TCP]</literal>
+              section per connection in the
+              <literal>config.ini</literal> file. See 
+              <xref linkend="mysql-cluster-tcp-definition"/>, for more
+              information.
+            </para>
           </listitem>
 
           <listitem>

@@ -14177,8 +14188,9 @@
           <listitem>
             <para>
               The total maximum number of nodes in a MySQL Cluster is
-              63. This number includes all MySQL Servers (SQL nodes),
-              data nodes, and management servers.
+              63. This number includes all SQL nodes (MySQL Servers),
+              API nodes (applications accessing the cluster other than
+              MySQL servers), data nodes, and management servers.
             </para>
           </listitem>
 


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2006-08-13 13:20:30 UTC (rev 3007)
+++ trunk/refman-5.1/mysql-cluster.xml	2006-08-14 10:12:15 UTC (rev 3008)
Changed blocks: 3, Lines Added: 15, Lines Deleted: 3; 1879 bytes

@@ -16492,7 +16492,7 @@
 
           <listitem>
             <para>
-              Multiple network interfaces for data nodes are not
+              Multiple network addresses per data node are not
               supported. Use of these is liable to cause problems: In
               the event of a data node failure, an SQL node waits for
               confirmation that the data node went down but never

@@ -16500,6 +16500,17 @@
               remains open. This can effectively make the cluster
               inoperable.
             </para>
+            
+            <para>
+              It is possible to use multiple network hardware interfaces
+              (such as Ethernet cards) for a single data node, but these
+              must be bound to the same address. This also means that it
+              not possible to use more than one <literal>[TCP]</literal>
+              section per connection in the
+              <literal>config.ini</literal> file. See 
+              <xref linkend="mysql-cluster-tcp-definition"/>, for more
+              information.
+            </para>
           </listitem>
 
           <listitem>

@@ -16511,8 +16522,9 @@
           <listitem>
             <para>
               The total maximum number of nodes in a MySQL Cluster is
-              63. This number includes all MySQL Servers (SQL nodes),
-              data nodes, and management servers.
+              63. This number includes all SQL nodes (MySQL Servers),
+              API nodes (applications accessing the cluster other than
+              MySQL servers), data nodes, and management servers.
             </para>
           </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r3008 - in trunk: refman-4.1 refman-5.0 refman-5.1jon14 Aug