List:Commits« Previous MessageNext Message »
From:jon Date:May 19 2006 2:20pm
Subject:svn commit - mysqldoc@docsrva: r2129 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-05-19 16:20:45 +0200 (Fri, 19 May 2006)
New Revision: 2129

Log:

Clarify how row size is calculated w/r/t maximum. (Hartmut/Carsten)



Modified:
   trunk/refman-4.1/ndbcluster.xml
   trunk/refman-5.0/ndbcluster.xml
   trunk/refman-5.1/ndbcluster.xml

Modified: trunk/refman-4.1/ndbcluster.xml
===================================================================
--- trunk/refman-4.1/ndbcluster.xml	2006-05-19 05:39:06 UTC (rev 2128)
+++ trunk/refman-4.1/ndbcluster.xml	2006-05-19 14:20:45 UTC (rev 2129)
@@ -11087,9 +11087,10 @@
 
           <listitem>
             <para>
-              The maximum permitted size of any one row is 8KB,
-              <emphasis>not including data stored in
-              <literal>BLOB</literal> columns</emphasis>.
+              The maximum permitted size of any one row is 8KB.
+              Note that each <literal>BLOB</literal> or
+              <literal>TEXT</literal> column contributes a maximum of
+              256 bytes towards this total.
             </para>
           </listitem>
 

Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml	2006-05-19 05:39:06 UTC (rev 2128)
+++ trunk/refman-5.0/ndbcluster.xml	2006-05-19 14:20:45 UTC (rev 2129)
@@ -11081,9 +11081,10 @@
 
           <listitem>
             <para>
-              The maximum permitted size of any one row is 8KB,
-              <emphasis>not including data stored in
-              <literal>BLOB</literal> columns</emphasis>.
+              The maximum permitted size of any one row is 8KB.
+              Note that each <literal>BLOB</literal> or
+              <literal>TEXT</literal> column contributes a maximum of
+              256 bytes towards this total.
             </para>
           </listitem>
 

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-05-19 05:39:06 UTC (rev 2128)
+++ trunk/refman-5.1/ndbcluster.xml	2006-05-19 14:20:45 UTC (rev 2129)
@@ -13229,9 +13229,10 @@
 
           <listitem>
             <para>
-              The maximum permitted size of any one row is 8KB,
-              <emphasis>not including data stored in
-              <literal>BLOB</literal> columns</emphasis>.
+              The maximum permitted size of any one row is 8KB.
+              Note that each <literal>BLOB</literal> or
+              <literal>TEXT</literal> column contributes a maximum of
+              256 bytes towards this total.
             </para>
           </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r2129 - in trunk: refman-4.1 refman-5.0 refman-5.1jon19 May