List:Commits« Previous MessageNext Message »
From:jon Date:June 13 2007 10:49am
Subject:svn commit - mysqldoc@docsrva: r6778 - in trunk: dynamic-docs/command-optvars refman-5.1
View as plain text  
Author: jstephens
Date: 2007-06-13 12:49:09 +0200 (Wed, 13 Jun 2007)
New Revision: 6778

Log:

New Telco mysqld option --ndb-cluster-connection-pool



Modified:
   trunk/dynamic-docs/command-optvars/mysqld.xml
   trunk/refman-5.1/dba-core.xml


Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml	2007-06-13 08:15:34 UTC (rev 6777)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2007-06-13 10:49:09 UTC (rev 6778)
Changed blocks: 1, Lines Added: 20, Lines Deleted: 0; 1226 bytes

@@ -8075,6 +8075,26 @@
       <manual version="5.2"/>
     </versions>
   </option>
+  <option command="mysqld" section="ndb" id="ndb_cluster_connection_pool">
+    
+    <xrefto id="option_mysqld_ndb_cluster_connection_pool"/>
+    <name>ndb-cluster-connection-pool</name>
+    <shortdescription lang="en">The number of connections to the cluster
+    used by MySQL</shortdescription>
+    <types>
+      <vartype class="server" format="ndb_cluster_connection_pool" isdynamic="no"/>
+      <optype class="mycnf"/>
+    </types>
+    <values vartype="numeric" platform="all">
+      <value default="1"/>
+      <value minimum="1"/>
+      <value maximum="63"/>
+    </values>
+    <versions>
+      <introduced version="5.1.19-ndb-6.2.3"/>
+      <manual version="5.1"/>
+    </versions>
+  </option>
   <option command="mysqld" section="ndb" id="ndb_use_copying_alter_table">
     <!-- check 5.1 -->
     <xrefto id="option_mysqld_ndb_use_copying_alter_table"/>


Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml	2007-06-13 08:15:34 UTC (rev 6777)
+++ trunk/refman-5.1/dba-core.xml	2007-06-13 10:49:09 UTC (rev 6778)
Changed blocks: 1, Lines Added: 38, Lines Deleted: 0; 1945 bytes

@@ -2171,6 +2171,44 @@
           </listitem>
 
           <listitem>
+            <para id="option_mysqld_ndb-cluster-connection-pool">
+              <indexterm>
+                <primary>mysqld</primary>
+                <secondary>ndb-cluster-connection-pool option</secondary>
+              </indexterm>
+
+              <indexterm>
+                <primary>ndb-cluster-connection-pool option</primary>
+                <secondary>mysqld</secondary>
+              </indexterm>
+
+              <option>--ndb-cluster-connection-pool=<replaceable>value</replaceable></option>
+            </para>
+            
+            &mccge-warning-begin;
+
+            <para>
+              This option controls how many connections are made to a
+              MySQL Cluster by a MySQL server acting as a cluster SQL
+              node. Normally, <command>mysqld</command> uses only a
+              single connection to the cluster, and the usual way to
+              scale out is by adding more SQL nodes
+              (<command>mysqld</command> instances). However, by setting
+              this option to a value greater than 1 (the default), it is
+              possible to scale out by allowing multiple MySQL clients
+              to leverage multiple connections made to the cluster by a
+              single MySQL server. The maximum possible is 63.
+            </para>
+            
+            <para>
+              This option was added in MySQL 5.1.19/NDB-6.2.3.
+            </para>
+            
+            &mccge-warning-end-cluster;
+            
+          </listitem>
+
+          <listitem>
             <para id="option_mysqld_ndb-connectstring">
               <indexterm>
                 <primary>mysqld</primary>


Thread
svn commit - mysqldoc@docsrva: r6778 - in trunk: dynamic-docs/command-optvars refman-5.1jon13 Jun