List:Commits« Previous MessageNext Message »
From:jon Date:September 16 2008 6:58pm
Subject:svn commit - mysqldoc@docsrva: r11839 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-09-16 18:58:14 +0200 (Tue, 16 Sep 2008)
New Revision: 11839

Log:

Fixes Docs Bug #39482.



Modified:
   trunk/refman-4.1/data-types.xml
   trunk/refman-5.0/data-types.xml
   trunk/refman-5.1/data-types.xml
   trunk/refman-6.0/data-types.xml


Modified: trunk/refman-4.1/data-types.xml
===================================================================
--- trunk/refman-4.1/data-types.xml	2008-09-16 14:44:38 UTC (rev 11838)
+++ trunk/refman-4.1/data-types.xml	2008-09-16 16:58:14 UTC (rev 11839)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 4; 961 bytes

@@ -5635,10 +5635,12 @@
     </indexterm>
 
     <para>
-      The maximum size of a row in a MySQL table is 65,535 bytes. Each
-      <literal>BLOB</literal> and <literal>TEXT</literal> column
-      accounts for only nine to twelve bytes toward this size. This
-      limitation may be shared by other storage engines as well.
+      The maximum size of a row in a <literal>MyISAM</literal> table is
+      65,535 bytes. (However, each <literal>BLOB</literal> or
+      <literal>TEXT</literal> column contributes only 9-12 bytes toward
+      this size.) This limitation may be shared by other storage engines
+      as well. See <xref linkend="storage-engines"/>, for more
+      information.
     </para>
 
     <indexterm>


Modified: trunk/refman-5.0/data-types.xml
===================================================================
--- trunk/refman-5.0/data-types.xml	2008-09-16 14:44:38 UTC (rev 11838)
+++ trunk/refman-5.0/data-types.xml	2008-09-16 16:58:14 UTC (rev 11839)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 4; 961 bytes

@@ -5442,10 +5442,12 @@
     </indexterm>
 
     <para>
-      The maximum size of a row in a MySQL table is 65,535 bytes. Each
-      <literal>BLOB</literal> and <literal>TEXT</literal> column
-      accounts for only nine to twelve bytes toward this size. This
-      limitation may be shared by other storage engines as well.
+      The maximum size of a row in a <literal>MyISAM</literal> table is
+      65,535 bytes. (However, each <literal>BLOB</literal> or
+      <literal>TEXT</literal> column contributes only 9-12 bytes toward
+      this size.) This limitation may be shared by other storage engines
+      as well. See <xref linkend="storage-engines"/>, for more
+      information.
     </para>
 
     <indexterm>


Modified: trunk/refman-5.1/data-types.xml
===================================================================
--- trunk/refman-5.1/data-types.xml	2008-09-16 14:44:38 UTC (rev 11838)
+++ trunk/refman-5.1/data-types.xml	2008-09-16 16:58:14 UTC (rev 11839)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 4; 961 bytes

@@ -5180,10 +5180,12 @@
     </indexterm>
 
     <para>
-      The maximum size of a row in a MySQL table is 65,535 bytes. Each
-      <literal>BLOB</literal> and <literal>TEXT</literal> column
-      accounts for only nine to twelve bytes toward this size. This
-      limitation may be shared by other storage engines as well.
+      The maximum size of a row in a <literal>MyISAM</literal> table is
+      65,535 bytes. (However, each <literal>BLOB</literal> or
+      <literal>TEXT</literal> column contributes only 9-12 bytes toward
+      this size.) This limitation may be shared by other storage engines
+      as well. See <xref linkend="storage-engines"/>, for more
+      information.
     </para>
 
     <indexterm>


Modified: trunk/refman-6.0/data-types.xml
===================================================================
--- trunk/refman-6.0/data-types.xml	2008-09-16 14:44:38 UTC (rev 11838)
+++ trunk/refman-6.0/data-types.xml	2008-09-16 16:58:14 UTC (rev 11839)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 4; 961 bytes

@@ -5173,10 +5173,12 @@
     </indexterm>
 
     <para>
-      The maximum size of a row in a MySQL table is 65,535 bytes. Each
-      <literal>BLOB</literal> and <literal>TEXT</literal> column
-      accounts for only nine to twelve bytes toward this size. This
-      limitation may be shared by other storage engines as well.
+      The maximum size of a row in a <literal>MyISAM</literal> table is
+      65,535 bytes. (However, each <literal>BLOB</literal> or
+      <literal>TEXT</literal> column contributes only 9-12 bytes toward
+      this size.) This limitation may be shared by other storage engines
+      as well. See <xref linkend="storage-engines"/>, for more
+      information.
     </para>
 
     <indexterm>


Thread
svn commit - mysqldoc@docsrva: r11839 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0jon16 Sep