List:Internals« Previous MessageNext Message »
From:jstephens Date:October 22 2005 9:39am
Subject:svn commit - mysqldoc@docsrva: r140 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2005-10-22 09:39:20 +0200 (Sat, 22 Oct 2005)
New Revision: 140

Log:

refman-5.0/ndbcluster.xml,
refman-4.1/ndbcluster.xml,
refman-5.1/ndbcluster.xml
  - Update Cluster FAQ (Cluster in any MySQ version supports READ_COMMITTED 
    transactions only)




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	2005-10-22 03:21:12 UTC (rev 139)
+++ trunk/refman-4.1/ndbcluster.xml	2005-10-22 07:39:20 UTC (rev 140)
@@ -9177,7 +9177,7 @@
     <remark>
       Cluster FAQ, version 1.0 (2005-01-29) Author: Jon Stephens, with
       the assistance of Tomas Ulin, Mikael Ronström, Harrison Fisk,
-      Stewart Smith, Pekka Nousiainen, Jeb Miller.
+      Stewart Smith, Pekka Nousiainen, Jeb Miller, Jonas Oreland.
     </remark>
 
     <remark role="todo">

Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml	2005-10-22 03:21:12 UTC (rev 139)
+++ trunk/refman-5.0/ndbcluster.xml	2005-10-22 07:39:20 UTC (rev 140)
@@ -9472,7 +9472,7 @@
     <remark>
       Cluster FAQ, version 1.0 (2005-01-29) Author: Jon Stephens, with
       the assistance of Tomas Ulin, Mikael Ronström, Harrison Fisk,
-      Stewart Smith, Pekka Nousiainen, Jeb Miller.
+      Stewart Smith, Pekka Nousiainen, Jeb Miller, Jonas Oreland.
     </remark>
 
     <remark role="todo">
@@ -9780,12 +9780,11 @@
         </para>
 
         <para>
-          Yes: For tables created with the <literal>NDB</literal> 
-          storage engine, transactions are supported. In MySQL 
-          &current-series;, Cluster supports the 
-          <literal>READ_COMMITTED</literal>, 
-          <literal>REPEATABLE_READ</literal>, and 
-          <literal>SERIALIZABLE</literal> transaction isolation levels.
+          <emphasis>Yes</emphasis>: For tables created with the
+          <literal>NDB</literal>  storage engine, transactions are
+          supported. In MySQL &current-series;, Cluster supports only
+          the <literal>READ_COMMITTED</literal> transaction isolation
+          level.
         </para>
       </listitem>
       

Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml	2005-10-22 03:21:12 UTC (rev 139)
+++ trunk/refman-5.1/ndbcluster.xml	2005-10-22 07:39:20 UTC (rev 140)
@@ -9444,7 +9444,7 @@
     <remark>
       Cluster FAQ, version 1.0 (2005-01-29) Author: Jon Stephens, with
       the assistance of Tomas Ulin, Mikael Ronström, Harrison Fisk,
-      Stewart Smith, Pekka Nousiainen, Jeb Miller.
+      Stewart Smith, Pekka Nousiainen, Jeb Miller, Jonas Oreland.
     </remark>
 
     <remark role="todo">
@@ -9752,12 +9752,11 @@
         </para>
 
         <para>
-          Yes: For tables created with the <literal>NDB</literal> 
-          storage engine, transactions are supported. In MySQL 
-          &current-series;, Cluster supports the 
-          <literal>READ_COMMITTED</literal>, 
-          <literal>REPEATABLE_READ</literal>, and 
-          <literal>SERIALIZABLE</literal> transaction isolation levels.
+          <emphasis>Yes</emphasis>: For tables created with the
+          <literal>NDB</literal>  storage engine, transactions are
+          supported. In MySQL &current-series;, Cluster supports only
+          the <literal>READ_COMMITTED</literal> transaction isolation
+          level.
         </para>
       </listitem>
       

Thread
svn commit - mysqldoc@docsrva: r140 - in trunk: refman-4.1 refman-5.0 refman-5.1jstephens22 Oct