List:Commits« Previous MessageNext Message »
From:jon Date:November 2 2008 11:31pm
Subject:svn commit - mysqldoc@docsrva: r12255 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2008-11-02 23:31:36 +0100 (Sun, 02 Nov 2008)
New Revision: 12255

Log:

IP address displayed by SHOW for an API node is that used by the API to
connect to the *data nodes* (Thanks, Tomas and Oli!)



Modified:
   trunk/refman-4.1/mysql-cluster-multi-computer.xml
   trunk/refman-5.0/mysql-cluster-multi-computer.xml
   trunk/refman-5.1/mysql-cluster-multi-computer.xml


Modified: trunk/refman-4.1/mysql-cluster-multi-computer.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster-multi-computer.xml	2008-11-02 22:17:00 UTC (rev 12254)
+++ trunk/refman-4.1/mysql-cluster-multi-computer.xml	2008-11-02 22:31:36 UTC (rev 12255)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 5; 1267 bytes

@@ -1206,15 +1206,22 @@
 id=1    @192.168.0.10  (Version: &current-version;)
 
 [mysqld(SQL)]   1 node(s)
-id=4   (Version: &current-version;)
+id=4    @192.168.0.20  (Version: &current-version;)
 </programlisting>
 
+    <para>
+      The SQL node is referenced here as
+      <literal>[mysqld(API)]</literal>, which reflects the fact that the
+      <command>mysqld</command> process is acting as a MySQL Cluster API
+      node.
+    </para>
+
     <note>
       <para>
-        The SQL node is referenced here as
-        <literal>[mysqld(API)]</literal>. This is perfectly normal, and
-        reflects the fact that the <command>mysqld</command> process is
-        acting as a cluster API node.
+        The IP address shown for a given MySQL Cluster SQL or other API
+        node in the output of <literal>SHOW</literal> is the address
+        used by the SQL or API node to connect to the cluster data
+        nodes, and not to any management node.
       </para>
     </note>
 


Modified: trunk/refman-5.0/mysql-cluster-multi-computer.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster-multi-computer.xml	2008-11-02 22:17:00 UTC (rev 12254)
+++ trunk/refman-5.0/mysql-cluster-multi-computer.xml	2008-11-02 22:31:36 UTC (rev 12255)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 5; 1267 bytes

@@ -1192,15 +1192,22 @@
 id=1    @192.168.0.10  (Version: &current-version;)
 
 [mysqld(SQL)]   1 node(s)
-id=4   (Version: &current-version;)
+id=4    @192.168.0.20  (Version: &current-version;)
 </programlisting>
 
+    <para>
+      The SQL node is referenced here as
+      <literal>[mysqld(API)]</literal>, which reflects the fact that the
+      <command>mysqld</command> process is acting as a MySQL Cluster API
+      node.
+    </para>
+
     <note>
       <para>
-        The SQL node is referenced here as
-        <literal>[mysqld(API)]</literal>. This is perfectly normal, and
-        reflects the fact that the <command>mysqld</command> process is
-        acting as a cluster API node.
+        The IP address shown for a given MySQL Cluster SQL or other API
+        node in the output of <literal>SHOW</literal> is the address
+        used by the SQL or API node to connect to the cluster data
+        nodes, and not to any management node.
       </para>
     </note>
 


Modified: trunk/refman-5.1/mysql-cluster-multi-computer.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-multi-computer.xml	2008-11-02 22:17:00 UTC (rev 12254)
+++ trunk/refman-5.1/mysql-cluster-multi-computer.xml	2008-11-02 22:31:36 UTC (rev 12255)
Changed blocks: 1, Lines Added: 15, Lines Deleted: 8; 1782 bytes

@@ -1247,22 +1247,29 @@
 Cluster Configuration
 ---------------------
 [ndbd(NDB)]     2 node(s)
-id=2    @192.168.0.30  (Version: &mysql-cluster-current-6.2;, Nodegroup: 0, Master)
-id=3    @192.168.0.40  (Version: &mysql-cluster-current-6.2;, Nodegroup: 0)
+id=2    @192.168.0.30  (Version: &mysql-cluster-current-6.3;, Nodegroup: 0, Master)
+id=3    @192.168.0.40  (Version: &mysql-cluster-current-6.3;, Nodegroup: 0)
 
 [ndb_mgmd(MGM)] 1 node(s)
-id=1    @192.168.0.10  (Version: &mysql-cluster-current-6.2;)
+id=1    @192.168.0.10  (Version: &mysql-cluster-current-6.3;)
 
 [mysqld(SQL)]   1 node(s)
-id=4   (Version: &mysql-cluster-current-6.2;)
+id=4    @192.168.0.20  (Version: &mysql-cluster-current-6.3;)
 </programlisting>
 
+    <para>
+      The SQL node is referenced here as
+      <literal>[mysqld(API)]</literal>, which reflects the fact that the
+      <command>mysqld</command> process is acting as a MySQL Cluster API
+      node.
+    </para>
+
     <note>
       <para>
-        The SQL node is referenced here as
-        <literal>[mysqld(API)]</literal>. This is perfectly normal, and
-        reflects the fact that the <command>mysqld</command> process is
-        acting as a MySQL Cluster API node.
+        The IP address shown for a given MySQL Cluster SQL or other API
+        node in the output of <literal>SHOW</literal> is the address
+        used by the SQL or API node to connect to the cluster data
+        nodes, and not to any management node.
       </para>
     </note>
 


Thread
svn commit - mysqldoc@docsrva: r12255 - in trunk: refman-4.1 refman-5.0 refman-5.1jon2 Nov