List:Commits« Previous MessageNext Message »
From:jon Date:October 3 2008 1:33pm
Subject:svn commit - mysqldoc@docsrva: r11965 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2008-10-03 13:33:49 +0200 (Fri, 03 Oct 2008)
New Revision: 11965

Log:

Referred to wrong value in last para of Bug #39836 fix.



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


Modified: trunk/refman-4.1/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster-configuration.xml	2008-10-03 11:26:10 UTC (rev 11964)
+++ trunk/refman-4.1/mysql-cluster-configuration.xml	2008-10-03 11:33:49 UTC (rev 11965)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 706 bytes

@@ -2507,8 +2507,7 @@
             TABLE</literal> after configuring the parameter. If this is
             not successful, increase
             <literal>MaxNoOfAttributes</literal> by another multiple of
-            <replaceable>greatest_number_of_attributes</replaceable> and
-            test it again.
+            <literal>MaxNoOfTables</literal> and test it again.
           </para>
         </listitem>
 


Modified: trunk/refman-5.0/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster-configuration.xml	2008-10-03 11:26:10 UTC (rev 11964)
+++ trunk/refman-5.0/mysql-cluster-configuration.xml	2008-10-03 11:33:49 UTC (rev 11965)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 2; 706 bytes

@@ -2484,8 +2484,7 @@
             TABLE</literal> after configuring the parameter. If this is
             not successful, increase
             <literal>MaxNoOfAttributes</literal> by another multiple of
-            <replaceable>greatest_number_of_attributes</replaceable> and
-            test it again.
+            <literal>MaxNoOfTables</literal> and test it again.
           </para>
         </listitem>
 


Modified: trunk/refman-5.1/mysql-cluster-configuration.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-configuration.xml	2008-10-03 11:26:10 UTC (rev 11964)
+++ trunk/refman-5.1/mysql-cluster-configuration.xml	2008-10-03 11:33:49 UTC (rev 11965)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 6; 1319 bytes

@@ -2602,10 +2602,10 @@
 
           <para>
             You should also estimate the average number of attributes
-            per table and multiply this by the total number of MySQL
-            Cluster tables. If this value is larger than the value
-            obtained in the previous paragraph, you should use the
-            larger value instead.
+            per table and multiply this by
+            <literal>MaxNoOfTables</literal>. If this value is larger
+            than the value obtained in the previous paragraph, you
+            should use the larger value instead.
           </para>
 
           <para>

@@ -2615,8 +2615,7 @@
             TABLE</literal> after configuring the parameter. If this is
             not successful, increase
             <literal>MaxNoOfAttributes</literal> by another multiple of
-            <replaceable>greatest_number_of_attributes</replaceable> and
-            test it again.
+            <literal>MaxNoOfTables</literal> and test it again.
           </para>
         </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r11965 - in trunk: refman-4.1 refman-5.0 refman-5.1jon3 Oct