List:Commits« Previous MessageNext Message »
From:jon Date:October 19 2006 3:07pm
Subject:svn commit - mysqldoc@docsrva: r3676 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-10-19 17:07:26 +0200 (Thu, 19 Oct 2006)
New Revision: 3676

Log:

table-full: Added item about NDB tables (Thanks to M Djukic)



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


Modified: trunk/refman-4.1/problems.xml
===================================================================
--- trunk/refman-4.1/problems.xml	2006-10-19 07:22:44 UTC (rev 3675)
+++ trunk/refman-4.1/problems.xml	2006-10-19 15:07:26 UTC (rev 3676)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 796 bytes

@@ -1637,6 +1637,17 @@
             rows.
           </para>
         </listitem>
+        
+        <listitem>
+          <para>
+            If you are using the <literal>NDB</literal> storage engine,
+            you may need to increase the values for the
+            <literal>DataMemory</literal> and
+            <literal>IndexMemory</literal> configuration parameters in
+            your <filename>config.ini</filename> file. See 
+            <xref linkend="mysql-cluster-config-params-ndbd"/>.
+          </para>
+        </listitem>
 
       </itemizedlist>
 


Modified: trunk/refman-5.0/problems.xml
===================================================================
--- trunk/refman-5.0/problems.xml	2006-10-19 07:22:44 UTC (rev 3675)
+++ trunk/refman-5.0/problems.xml	2006-10-19 15:07:26 UTC (rev 3676)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 796 bytes

@@ -1607,6 +1607,17 @@
             rows.
           </para>
         </listitem>
+        
+        <listitem>
+          <para>
+            If you are using the <literal>NDB</literal> storage engine,
+            you may need to increase the values for the
+            <literal>DataMemory</literal> and
+            <literal>IndexMemory</literal> configuration parameters in
+            your <filename>config.ini</filename> file. See 
+            <xref linkend="mysql-cluster-config-params-ndbd"/>.
+          </para>
+        </listitem>
 
       </itemizedlist>
 


Modified: trunk/refman-5.1/problems.xml
===================================================================
--- trunk/refman-5.1/problems.xml	2006-10-19 07:22:44 UTC (rev 3675)
+++ trunk/refman-5.1/problems.xml	2006-10-19 15:07:26 UTC (rev 3676)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 796 bytes

@@ -1604,6 +1604,17 @@
             rows.
           </para>
         </listitem>
+        
+        <listitem>
+          <para>
+            If you are using the <literal>NDB</literal> storage engine,
+            you may need to increase the values for the
+            <literal>DataMemory</literal> and
+            <literal>IndexMemory</literal> configuration parameters in
+            your <filename>config.ini</filename> file. See 
+            <xref linkend="mysql-cluster-config-params-ndbd"/>.
+          </para>
+        </listitem>
 
       </itemizedlist>
 


Thread
svn commit - mysqldoc@docsrva: r3676 - in trunk: refman-4.1 refman-5.0 refman-5.1jon19 Oct