Author: jstephens
Date: 2007-10-12 19:03:18 +0200 (Fri, 12 Oct 2007)
New Revision: 8079
Log:
For SQL nodes, HostName defaults to none -> "any" (Thanks, Hartmut!)
Modified:
trunk/refman-4.1/mysql-cluster-configuration.xml
trunk/refman-5.0/mysql-cluster-configuration.xml
trunk/refman-5.1/mysql-cluster-configuration.xml
trunk/refman-5.2/mysql-cluster-configuration.xml
Modified: trunk/refman-4.1/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster-configuration.xml 2007-10-12 16:07:54 UTC (rev 8078)
+++ trunk/refman-4.1/mysql-cluster-configuration.xml 2007-10-12 17:03:18 UTC (rev 8079)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 3; 1902 bytes
@@ -3870,10 +3870,23 @@
<para>
Specifying this parameter defines the hostname of the
computer on which the SQL node (API node) is to reside. To
- specify a hostname other than <literal>localhost</literal>,
- either this parameter or
+ specify a hostname, either this parameter or
<literal>ExecuteOnComputer</literal> is required.
</para>
+
+ <para>
+ If no <literal>HostName</literal> or
+ <literal>ExecuteOnComputer</literal> is specified in a given
+ <literal>[mysql]</literal> or <literal>[api]</literal>
+ section of the <filename>config.ini</filename> file, then an
+ SQL or API node may connect using the corresponding
+ <quote>slot</quote> from any host which can establish a
+ network connection to the management server host machine.
+ <emphasis>This differs from the default behavior for data
+ nodes, where <literal>localhost</literal> is assumed for
+ <literal>HostName</literal> unless otherwise
+ specified</emphasis>.
+ </para>
</listitem>
<listitem>
@@ -5639,7 +5652,7 @@
<row>
<entry><literal><link linkend="mysql-cluster-param-api-definition-hostname">HostName</link></literal></entry>
<entry>string</entry>
- <entry><literal>localhost</literal></entry>
+ <entry><emphasis>None</emphasis></entry>
<entry>N/A</entry>
<entry>N/A</entry>
<entry>IN</entry>
Modified: trunk/refman-5.0/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster-configuration.xml 2007-10-12 16:07:54 UTC (rev 8078)
+++ trunk/refman-5.0/mysql-cluster-configuration.xml 2007-10-12 17:03:18 UTC (rev 8079)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 3; 1902 bytes
@@ -3912,10 +3912,23 @@
<para>
Specifying this parameter defines the hostname of the
computer on which the SQL node (API node) is to reside. To
- specify a hostname other than <literal>localhost</literal>,
- either this parameter or
+ specify a hostname, either this parameter or
<literal>ExecuteOnComputer</literal> is required.
</para>
+
+ <para>
+ If no <literal>HostName</literal> or
+ <literal>ExecuteOnComputer</literal> is specified in a given
+ <literal>[mysql]</literal> or <literal>[api]</literal>
+ section of the <filename>config.ini</filename> file, then an
+ SQL or API node may connect using the corresponding
+ <quote>slot</quote> from any host which can establish a
+ network connection to the management server host machine.
+ <emphasis>This differs from the default behavior for data
+ nodes, where <literal>localhost</literal> is assumed for
+ <literal>HostName</literal> unless otherwise
+ specified</emphasis>.
+ </para>
</listitem>
<listitem>
@@ -5691,7 +5704,7 @@
<row>
<entry><literal><link linkend="mysql-cluster-param-api-definition-hostname">HostName</link></literal></entry>
<entry>string</entry>
- <entry><literal>localhost</literal></entry>
+ <entry><emphasis>none</emphasis></entry>
<entry>N/A</entry>
<entry>N/A</entry>
<entry>IN</entry>
Modified: trunk/refman-5.1/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-configuration.xml 2007-10-12 16:07:54 UTC (rev 8078)
+++ trunk/refman-5.1/mysql-cluster-configuration.xml 2007-10-12 17:03:18 UTC (rev 8079)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 3; 1902 bytes
@@ -4396,10 +4396,23 @@
<para>
Specifying this parameter defines the hostname of the
computer on which the SQL node (API node) is to reside. To
- specify a hostname other than <literal>localhost</literal>,
- either this parameter or
+ specify a hostname, either this parameter or
<literal>ExecuteOnComputer</literal> is required.
</para>
+
+ <para>
+ If no <literal>HostName</literal> or
+ <literal>ExecuteOnComputer</literal> is specified in a given
+ <literal>[mysql]</literal> or <literal>[api]</literal>
+ section of the <filename>config.ini</filename> file, then an
+ SQL or API node may connect using the corresponding
+ <quote>slot</quote> from any host which can establish a
+ network connection to the management server host machine.
+ <emphasis>This differs from the default behavior for data
+ nodes, where <literal>localhost</literal> is assumed for
+ <literal>HostName</literal> unless otherwise
+ specified</emphasis>.
+ </para>
</listitem>
<listitem>
@@ -6344,7 +6357,7 @@
<row>
<entry><literal><link linkend="mysql-cluster-param-api-definition-hostname">HostName</link></literal></entry>
<entry>string</entry>
- <entry><literal>localhost</literal></entry>
+ <entry><emphasis>none</emphasis></entry>
<entry>N/A</entry>
<entry>N/A</entry>
<entry>IN</entry>
Modified: trunk/refman-5.2/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-5.2/mysql-cluster-configuration.xml 2007-10-12 16:07:54 UTC (rev 8078)
+++ trunk/refman-5.2/mysql-cluster-configuration.xml 2007-10-12 17:03:18 UTC (rev 8079)
Changed blocks: 2, Lines Added: 16, Lines Deleted: 3; 1902 bytes
@@ -4344,10 +4344,23 @@
<para>
Specifying this parameter defines the hostname of the
computer on which the SQL node (API node) is to reside. To
- specify a hostname other than <literal>localhost</literal>,
- either this parameter or
+ specify a hostname, either this parameter or
<literal>ExecuteOnComputer</literal> is required.
</para>
+
+ <para>
+ If no <literal>HostName</literal> or
+ <literal>ExecuteOnComputer</literal> is specified in a given
+ <literal>[mysql]</literal> or <literal>[api]</literal>
+ section of the <filename>config.ini</filename> file, then an
+ SQL or API node may connect using the corresponding
+ <quote>slot</quote> from any host which can establish a
+ network connection to the management server host machine.
+ <emphasis>This differs from the default behavior for data
+ nodes, where <literal>localhost</literal> is assumed for
+ <literal>HostName</literal> unless otherwise
+ specified</emphasis>.
+ </para>
</listitem>
<listitem>
@@ -6276,7 +6289,7 @@
<row>
<entry><literal><link linkend="mysql-cluster-param-api-definition-hostname">HostName</link></literal></entry>
<entry>string</entry>
- <entry><literal>localhost</literal></entry>
+ <entry><emphasis>none</emphasis></entry>
<entry>N/A</entry>
<entry>N/A</entry>
<entry>IN</entry>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r8079 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-5.2 | jon | 12 Oct |