From: stefan Date: December 22 2005 7:54pm Subject: svn commit - mysqldoc@docsrva: r627 - in trunk: refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/374 Message-Id: <200512221954.jBMJsaq5001123@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: shinz Date: 2005-12-22 20:54:36 +0100 (Thu, 22 Dec 2005) New Revision: 627 Log: MyISAM tables cannot hold 65536TB of data, but only 256TB (thanks, Carsten) Modified: trunk/refman-5.0/problems.xml trunk/refman-5.1/problems.xml Modified: trunk/refman-5.0/problems.xml =================================================================== --- trunk/refman-5.0/problems.xml 2005-12-22 19:50:56 UTC (rev 626) +++ trunk/refman-5.0/problems.xml 2005-12-22 19:54:36 UTC (rev 627) @@ -1518,7 +1518,7 @@ table, MySQL uses the myisam_data_pointer_size system variable. From MySQL 5.0.6 on, the default value is 6 bytes, which is - enough to allow 65,536TB of data. Before MySQL 5.0.6, the + enough to allow 256TB of data. Before MySQL 5.0.6, the default value is 4 bytes, which is enough to allow only 4GB of data. See . Modified: trunk/refman-5.1/problems.xml =================================================================== --- trunk/refman-5.1/problems.xml 2005-12-22 19:50:56 UTC (rev 626) +++ trunk/refman-5.1/problems.xml 2005-12-22 19:54:36 UTC (rev 627) @@ -1518,7 +1518,7 @@ table, MySQL uses the myisam_data_pointer_size system variable. The default value is 6 bytes, which is enough to allow - 65,536TB of data. See + 256TB of data. See .