List:Commits« Previous MessageNext Message »
From:jon Date:February 28 2006 9:31pm
Subject:svn commit - mysqldoc@docsrva: r1465 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-02-28 22:31:11 +0100 (Tue, 28 Feb 2006)
New Revision: 1465

Log:

Fixes Docs Bug #17763. (Jeb)



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-02-28 21:11:12 UTC (rev 1464)
+++ trunk/refman-4.1/ndbcluster.xml	2006-02-28 21:31:11 UTC (rev 1465)
@@ -9240,12 +9240,13 @@
               <listitem>
                 <para>
                   The maximum number of transactions that can be
-                  performed is set using the configuration parameter
-                  <literal>MaxNoOfConcurrentOperations</literal>. Note
-                  that bulk loading, <literal>TRUNCATE TABLE</literal>,
-                  and <literal>ALTER TABLE</literal> are handled as
-                  special cases by running multiple transactions, and so
-                  are not subject to this limitation.
+                  performed is set using the configuration parameters
+                  <literal>MaxNoOfConcurrentOperations</literal> and
+                  <literal>MaxNoOfLocalOperations</literal>. Note that
+                  bulk loading, <literal>TRUNCATE TABLE</literal>, and
+                  <literal>ALTER TABLE</literal> are handled as special
+                  cases by running multiple transactions, and so are not
+                  subject to this limitation.
                 </para>
               </listitem>
 

Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml	2006-02-28 21:11:12 UTC (rev 1464)
+++ trunk/refman-5.0/ndbcluster.xml	2006-02-28 21:31:11 UTC (rev 1465)
@@ -9219,12 +9219,13 @@
               <listitem>
                 <para>
                   The maximum number of transactions that can be
-                  performed is set using the configuration parameter
-                  <literal>MaxNoOfConcurrentOperations</literal>. Note
-                  that bulk loading, <literal>TRUNCATE TABLE</literal>,
-                  and <literal>ALTER TABLE</literal> are handled as
-                  special cases by running multiple transactions, and so
-                  are not subject to this limitation.
+                  performed is set using the configuration parameters
+                  <literal>MaxNoOfConcurrentOperations</literal> and
+                  <literal>MaxNoOfLocalOperations</literal>. Note that
+                  bulk loading, <literal>TRUNCATE TABLE</literal>, and
+                  <literal>ALTER TABLE</literal> are handled as special
+                  cases by running multiple transactions, and so are not
+                  subject to this limitation.
                 </para>
               </listitem>
 

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2006-02-28 21:11:12 UTC (rev 1464)
+++ trunk/refman-5.1/ndbcluster.xml	2006-02-28 21:31:11 UTC (rev 1465)
@@ -10874,12 +10874,13 @@
               <listitem>
                 <para>
                   The maximum number of transactions that can be
-                  performed is set using the configuration parameter
-                  <literal>MaxNoOfConcurrentOperations</literal>. Note
-                  that bulk loading, <literal>TRUNCATE TABLE</literal>,
-                  and <literal>ALTER TABLE</literal> are handled as
-                  special cases by running multiple transactions, and so
-                  are not subject to this limitation.
+                  performed is set using the configuration parameters
+                  <literal>MaxNoOfConcurrentOperations</literal> and
+                  <literal>MaxNoOfLocalOperations</literal>. Note that
+                  bulk loading, <literal>TRUNCATE TABLE</literal>, and
+                  <literal>ALTER TABLE</literal> are handled as special
+                  cases by running multiple transactions, and so are not
+                  subject to this limitation.
                 </para>
               </listitem>
 

Thread
svn commit - mysqldoc@docsrva: r1465 - in trunk: refman-4.1 refman-5.0 refman-5.1jon28 Feb