List:Commits« Previous MessageNext Message »
From:jon Date:March 9 2007 10:33am
Subject:svn commit - mysqldoc@docsrva: r5266 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2007-03-09 11:33:32 +0100 (Fri, 09 Mar 2007)
New Revision: 5266

Log:

Max length of a cluster connectstring. (Thanks, lzhou!)



Modified:
   trunk/refman-4.1/mysql-cluster.xml
   trunk/refman-5.0/mysql-cluster.xml
   trunk/refman-5.1/mysql-cluster.xml


Modified: trunk/refman-4.1/mysql-cluster.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster.xml	2007-03-09 10:26:46 UTC (rev 5265)
+++ trunk/refman-4.1/mysql-cluster.xml	2007-03-09 10:33:32 UTC (rev 5266)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 533 bytes

@@ -3230,6 +3230,10 @@
           set it on the command line or in the
           <filename>my.cnf</filename> file for each executable.
         </para>
+        
+        <para>
+          The maximum length of a connectstring is 1024 characters.
+        </para>
 
       </section>
 


Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml	2007-03-09 10:26:46 UTC (rev 5265)
+++ trunk/refman-5.0/mysql-cluster.xml	2007-03-09 10:33:32 UTC (rev 5266)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 533 bytes

@@ -3214,6 +3214,10 @@
           set it on the command line or in the
           <filename>my.cnf</filename> file for each executable.
         </para>
+        
+        <para>
+          The maximum length of a connectstring is 1024 characters.
+        </para>
 
       </section>
 


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2007-03-09 10:26:46 UTC (rev 5265)
+++ trunk/refman-5.1/mysql-cluster.xml	2007-03-09 10:33:32 UTC (rev 5266)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 0; 533 bytes

@@ -3147,6 +3147,10 @@
           set it on the command line or in the
           <filename>my.cnf</filename> file for each executable.
         </para>
+        
+        <para>
+          The maximum length of a connectstring is 1024 characters.
+        </para>
 
       </section>
 


Thread
svn commit - mysqldoc@docsrva: r5266 - in trunk: refman-4.1 refman-5.0 refman-5.1jon9 Mar