From: jon
Date: June 13 2007 5:08pm
Subject: svn commit - mysqldoc@docsrva: r6782 - trunk/refman-5.1
List-Archive: http://lists.mysql.com/commits/28686
Message-Id: <200706131708.l5DH8iU3003173@localhost.localdomain>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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
.
-
+
-
+
MySQL Enterprise
-
+
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
.
-
+
@@ -2199,7 +2199,18 @@
to leverage multiple connections made to the cluster by a
single MySQL server. The maximum possible is 63.
-
+
+
+
+ When this option is set to a value
+ N, there must be at least
+ N[mysqld]
+ or [api] slots available for use; if
+ there are fewer than this number, no MySQL clients are
+ able to connect to the MySQL server.
+
+
+
This option was added in MySQL 5.1.19/NDB-6.2.2.
@@ -7726,18 +7737,18 @@
-
+
-
+
MySQL Enterprise
-
+
Expert use of server system variables is part of the service
offered by the MySQL Network Monitoring and Advisory
Service. To subscribe see
.
-
+
@@ -9296,20 +9307,20 @@
Many status variables are reset to 0 by the FLUSH
STATUS statement.
-
+
-
+
MySQL Enterprise
-
+
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
.
-
+
-
+
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
LOAD DATA INFILE operations.
-
+
-
+
MySQL Enterprise
-
+
- 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
.
-
+
@@ -28581,20 +28591,20 @@
, discusses relay log contents and
configuration.
-
+
-
+
MySQL Enterprise
-
+
- 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
.
-
+
-
+
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 @@
-->
-
+
+ Functionality added or changed:
+
+
+
+
+
+ Added a new mysqld 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.
+
+
+
+ For more information about this option, see
+ the
+ description in .
+
+
+
+
+
+