From: jon Date: October 3 2008 11:33am Subject: svn commit - mysqldoc@docsrva: r11965 - in trunk: refman-4.1 refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/55231 Message-Id: <200810031133.m93BXnwD025124@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 after configuring the parameter. If this is not successful, increase MaxNoOfAttributes by another multiple of - greatest_number_of_attributes and - test it again. + MaxNoOfTables and test it again. 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 after configuring the parameter. If this is not successful, increase MaxNoOfAttributes by another multiple of - greatest_number_of_attributes and - test it again. + MaxNoOfTables and test it again. 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 @@ 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 + MaxNoOfTables. If this value is larger + than the value obtained in the previous paragraph, you + should use the larger value instead. @@ -2615,8 +2615,7 @@ TABLE after configuring the parameter. If this is not successful, increase MaxNoOfAttributes by another multiple of - greatest_number_of_attributes and - test it again. + MaxNoOfTables and test it again.