Author: jstephens
Date: 2007-06-13 19:08:43 +0200 (Wed, 13 Jun 2007)
New Revision: 6782
Log:
Fix telco-6.2.2 changelog gaffe
Some more info about --ndb-cluster-connection-pool
Modified:
trunk/refman-5.1/dba-core.xml
trunk/refman-5.1/news-5.1.xml
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2007-06-13 14:37:22 UTC (rev 6781)
+++ trunk/refman-5.1/dba-core.xml 2007-06-13 17:08:43 UTC (rev 6782)
Changed blocks: 6, Lines Added: 44, Lines Deleted: 34; 4675 bytes
@@ -492,18 +492,18 @@
to ensure this is to list them in an option file. See
<xref linkend="option-files"/>.
</para>
-
+
<formalpara role="mnmas">
-
+
<title>MySQL Enterprise</title>
-
+
<para>
For expert advice on setting command options, subscribe to
- the MySQL Network Monitoring and Advisory Service.
- For more information see
+ the MySQL Network Monitoring and Advisory Service. For more
+ information see
<ulink url="&base-url-enterprise;advisors.html"/>.
</para>
-
+
</formalpara>
<para>
@@ -2199,7 +2199,18 @@
to leverage multiple connections made to the cluster by a
single MySQL server. The maximum possible is 63.
</para>
-
+
+ <important>
+ <para>
+ When this option is set to a value
+ <replaceable>N</replaceable>, there must be at least
+ <replaceable>N</replaceable> <literal>[mysqld]</literal>
+ or <literal>[api]</literal> slots available for use; if
+ there are fewer than this number, no MySQL clients are
+ able to connect to the MySQL server.
+ </para>
+ </important>
+
<para>
This option was added in MySQL 5.1.19/NDB-6.2.2.
</para>
@@ -7726,18 +7737,18 @@
</listitem>
</itemizedlist>
-
+
<formalpara role="mnmas">
-
+
<title>MySQL Enterprise</title>
-
+
<para>
Expert use of server system variables is part of the service
offered by the MySQL Network Monitoring and Advisory
Service. To subscribe see
<ulink url="&base-url-enterprise;advisors.html"/>.
</para>
-
+
</formalpara>
<formalpara role="mnmas">
@@ -9296,20 +9307,20 @@
Many status variables are reset to 0 by the <literal>FLUSH
STATUS</literal> statement.
</para>
-
+
<formalpara role="mnmas">
-
+
<title>MySQL Enterprise</title>
-
+
<para>
For expert advice on using status variables, subscribe to
- the MySQL Network Monitoring and Advisory Service.
- For more information see
+ the MySQL Network Monitoring and Advisory Service. For more
+ information see
<ulink url="&base-url-enterprise;advisors.html"/>.
</para>
-
+
</formalpara>
-
+
<para>
The status variables have the following meanings. Variables
with no version indicated were already present prior to MySQL
@@ -24718,19 +24729,18 @@
needs these files to resume replication of any interrupted
<literal>LOAD DATA INFILE</literal> operations.
</para>
-
+
<formalpara role="mnmas">
-
+
<title>MySQL Enterprise</title>
-
+
<para>
- The MySQL Network Monitoring and Advisory Service
- provides numerous advisors that issue immediate
- warnings should replication issues arise.
- For more information see
+ The MySQL Network Monitoring and Advisory Service provides
+ numerous advisors that issue immediate warnings should
+ replication issues arise. For more information see
<ulink url="&base-url-enterprise;advisors.html"/>.
</para>
-
+
</formalpara>
<para>
@@ -28581,20 +28591,20 @@
<xref linkend="replication"/>, discusses relay log contents and
configuration.
</para>
-
+
<formalpara role="mnmas">
-
+
<title>MySQL Enterprise</title>
-
+
<para>
- The MySQL Network Monitoring and Advisory Service
- provides a number of advisors specifically related
- to the various log files. For more information see
+ The MySQL Network Monitoring and Advisory Service provides a
+ number of advisors specifically related to the various log
+ files. For more information see
<ulink url="&base-url-enterprise;advisors.html"/>.
</para>
-
+
</formalpara>
-
+
<para>
As of MySQL 5.1.6, the server can write general query and slow
query entries to log tables, log files, or both. For details, see
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-06-13 14:37:22 UTC (rev 6781)
+++ trunk/refman-5.1/news-5.1.xml 2007-06-13 17:08:43 UTC (rev 6782)
Changed blocks: 2, Lines Added: 29, Lines Deleted: 12; 1571 bytes
@@ -3379,18 +3379,32 @@
-->
-<!--
- <para>
- Functionality added or changed:
- </para>
-
- <itemizedlist>
- <listitem>
- <para></para>
- </listitem>
- </itemizedlist>
--->
+ <para>
+ Functionality added or changed:
+ </para>
+ <itemizedlist>
+
+ <listitem>
+ <para>
+ Added a new <command>mysqld</command> option
+ <option>--ndb-cluster-connection-pool</option> that allows a
+ single MySQL server to use multiple connections to the
+ cluster. This allows for scaling out using multiple MySQL
+ clients per SQL node instead of or in addition to using
+ multiple SQL nodes with the cluster.
+ </para>
+
+ <para>
+ For more information about this option, see
+ <link linkend="option_mysqld_ndb-cluster-connection-pool">the
+ description</link> in <xref linkend="server-options"/>.
+ </para>
+ </listitem>
+
+ </itemizedlist>
+
+<!--
<para>
This release fixes the following bugs:
</para>
@@ -3398,10 +3412,13 @@
<itemizedlist>
<listitem>
- <para></para>
+ <para>
+
+ </para>
</listitem>
</itemizedlist>
+-->
</section>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6782 - trunk/refman-5.1 | jon | 13 Jun |