List:Commits« Previous MessageNext Message »
From:jon Date:February 22 2008 10:45pm
Subject:svn commit - mysqldoc@docsrva: r9987 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2008-02-22 23:45:44 +0100 (Fri, 22 Feb 2008)
New Revision: 9987

Log:

Save, *then* commit. :)



Modified:
   trunk/refman-5.1/mysql-cluster-optvar-core.xml


Modified: trunk/refman-5.1/mysql-cluster-optvar-core.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-optvar-core.xml	2008-02-22 22:09:57 UTC (rev 9986)
+++ trunk/refman-5.1/mysql-cluster-optvar-core.xml	2008-02-22 22:45:44 UTC (rev 9987)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 6; 1404 bytes

@@ -90,26 +90,29 @@
     </para>
 
     <itemizedlist>
-      
+
       <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>#</replaceable></option></para>
-        
+
+          <option>--ndb-cluster-connection-pool=<replaceable>#</replaceable></option>
+        </para>
+
         <para>
           By setting this option to a value greater than 1 (the
           default), a <command>mysqld</command> process can use multiple
           connections to the cluster, effectively mimicking several SQL
-          nodes.
+          nodes. All connections are set up when the SQL node connects
+          to the cluster, and are allocated to threads in a round-robin
+          fashion.
         </para>
       </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r9987 - trunk/refman-5.1jon22 Feb