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
<literal>myisam_data_pointer_size</literal> 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 <xref linkend="server-system-variables"/>.
</para>
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
<literal>myisam_data_pointer_size</literal> system variable.
The default value is 6 bytes, which is enough to allow
- 65,536TB of data. See
+ 256TB of data. See
<xref
linkend="server-system-variables"/>.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r627 - in trunk: refman-5.0 refman-5.1 | stefan | 22 Dec |