List:Commits« Previous MessageNext Message »
From:jon Date:June 21 2007 7:22am
Subject:svn commit - mysqldoc@docsrva: r6875 - trunk/refman-5.1
View as plain text  
Author: jstephens
Date: 2007-06-21 09:22:25 +0200 (Thu, 21 Jun 2007)
New Revision: 6875

Log:

Corrected figures for DD max dat file size (Thanks, Pekka!)



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


Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml	2007-06-20 20:53:01 UTC (rev 6874)
+++ trunk/refman-5.1/mysql-cluster.xml	2007-06-21 07:22:25 UTC (rev 6875)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 1; 751 bytes

@@ -22977,7 +22977,11 @@
 
               <listitem>
                 <para>
-                  Maxmimum data file size: 2^47 (128GB)
+                  Maxmimum data file size: The theoretical limit is 64G;
+                  however, in MySQL &current-series;, the practical
+                  upper limit is 32G. (The maximum number of 1M extents
+                  that can currently be allocated to a single data file
+                  is 32768.)
                 </para>
               </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r6875 - trunk/refman-5.1jon21 Jun