From: jon Date: December 8 2005 3:09pm Subject: svn commit - mysqldoc@docsrva: r524 - in trunk: refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/42 Message-Id: <200512081509.jB8F9jMR028143@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2005-12-08 16:09:44 +0100 (Thu, 08 Dec 2005) New Revision: 524 Log: Updated Cluster Limitations info to show more consistently that limit on number of metadata objects was raised to 20,320 in 5.0.6. (Response to user comment.) Modified: trunk/refman-5.0/ndbcluster.xml trunk/refman-5.1/ndbcluster.xml Modified: trunk/refman-5.0/ndbcluster.xml =================================================================== --- trunk/refman-5.0/ndbcluster.xml 2005-12-08 14:59:46 UTC (rev 523) +++ trunk/refman-5.0/ndbcluster.xml 2005-12-08 15:09:44 UTC (rev 524) @@ -9011,7 +9011,7 @@ - MySQL replication will not work correctly off if updates + MySQL replication will not work correctly if updates are done on multiple MySQL servers. However, if the database partitioning scheme done at the application level, and no transactions take place across these @@ -9161,8 +9161,8 @@ - The following Cluster issues in MySQL &previous-series; have been - resolved in MySQL ¤t-series; as shown below: + The following Cluster limitations in MySQL 4.1 have been resolved + in MySQL 5.0 as shown below: @@ -9174,6 +9174,14 @@ ¤t-series;. + + + + Prior to MySQL 5.0.6, the maximum number of metadata objects + possible was 1600. Beginning with 5.0.6, this limit is + increased to 20,320. + + @@ -9351,10 +9359,8 @@ Limit On Number of Metadata Objects: In MySQL 4.1, each Cluster database may contain a maximum of 1600 metadataobjects, including - database tables, system tables, indexes and BLOBs. In MySQL - 5.0, we expect to increase this number to 20,320. We hope to - implement this enhancement in the MySQL 5.0.6 beta release - in mid-2005. + database tables, system tables, indexes and BLOBs. Beginning + with MySQL 5.0.6, this number is increased to 20,320. Modified: trunk/refman-5.1/ndbcluster.xml =================================================================== --- trunk/refman-5.1/ndbcluster.xml 2005-12-08 14:59:46 UTC (rev 523) +++ trunk/refman-5.1/ndbcluster.xml 2005-12-08 15:09:44 UTC (rev 524) @@ -9145,6 +9145,13 @@ data nodes, and management servers. + + + + The maximum number of metadata objects in MySQL 5.1 + Cluster is 20,320. This limit is hard-coded. + + @@ -9318,12 +9325,10 @@ Limit On Number of Metadata - Objects: In MySQL 4.1, each Cluster database may - contain a maximum of 1600 metadataobjects, including - database tables, system tables, indexes and BLOBs. In MySQL - 5.0, we expect to increase this number to 20,320. We hope to - implement this enhancement in the MySQL 5.0.6 beta release - in mid-2005. + Objects: In MySQL 5.1, each Cluster database may + contain a maximum of 20,320 metadata objects, including + database tables, system tables, indexes and + BLOBs.