List:Commits« Previous MessageNext Message »
From:jon Date:April 15 2008 7:30am
Subject:svn commit - mysqldoc@docsrva: r10482 - in trunk: refman-5.0 refman-5.1 refman-6.0
View as plain text  
Author: jstephens
Date: 2008-04-15 09:30:53 +0200 (Tue, 15 Apr 2008)
New Revision: 10482

Log:

Fixes Docs Bug #35787 (Thanks, JasonH!)



Modified:
   trunk/refman-5.0/se-innodb-core.xml
   trunk/refman-5.1/se-innodb-core.xml
   trunk/refman-6.0/se-innodb-core.xml


Modified: trunk/refman-5.0/se-innodb-core.xml
===================================================================
--- trunk/refman-5.0/se-innodb-core.xml	2008-04-15 07:01:09 UTC (rev 10481)
+++ trunk/refman-5.0/se-innodb-core.xml	2008-04-15 07:30:53 UTC (rev 10482)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 6; 1221 bytes

@@ -1771,12 +1771,12 @@
         </para>
 
         <para>
-          If you don't care about using XA, you can disable this
-          variable by setting it to <literal>OFF</literal> or 0 to
-          reduce the number of disk flushes and get better
-          <literal>InnoDB</literal> performance. If you are using
-          replication and/or the binary log then you should set this
-          variable to <literal>ON</literal> or 1 to ensure that the
+          If you do not wish to use XA, you can disable this variable by
+          setting it to <literal>OFF</literal> or 0 to reduce the number
+          of disk flushes and get better <literal>InnoDB</literal>
+          performance. If you are using replication or the binary log
+          (or both) then you should set this variable to
+          <literal>ON</literal> or 1 on the master to ensure that the
           binary log does not get out of sync compared to the table
           data.
         </para>


Modified: trunk/refman-5.1/se-innodb-core.xml
===================================================================
--- trunk/refman-5.1/se-innodb-core.xml	2008-04-15 07:01:09 UTC (rev 10481)
+++ trunk/refman-5.1/se-innodb-core.xml	2008-04-15 07:30:53 UTC (rev 10482)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 6; 1221 bytes

@@ -1805,12 +1805,12 @@
         </para>
 
         <para>
-          If you don't care about using XA, you can disable this
-          variable by setting it to <literal>OFF</literal> or 0 to
-          reduce the number of disk flushes and get better
-          <literal>InnoDB</literal> performance. If you are using
-          replication and/or the binary log then you should set this
-          variable to <literal>ON</literal> or 1 to ensure that the
+          If you do not wish to use XA, you can disable this variable by
+          setting it to <literal>OFF</literal> or 0 to reduce the number
+          of disk flushes and get better <literal>InnoDB</literal>
+          performance. If you are using replication or the binary log
+          (or both) then you should set this variable to
+          <literal>ON</literal> or 1 on the master to ensure that the
           binary log does not get out of sync compared to the table
           data.
         </para>


Modified: trunk/refman-6.0/se-innodb-core.xml
===================================================================
--- trunk/refman-6.0/se-innodb-core.xml	2008-04-15 07:01:09 UTC (rev 10481)
+++ trunk/refman-6.0/se-innodb-core.xml	2008-04-15 07:30:53 UTC (rev 10482)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 6; 1221 bytes

@@ -1789,12 +1789,12 @@
         </para>
 
         <para>
-          If you don't care about using XA, you can disable this
-          variable by setting it to <literal>OFF</literal> or 0 to
-          reduce the number of disk flushes and get better
-          <literal>InnoDB</literal> performance. If you are using
-          replication and/or the binary log then you should set this
-          variable to <literal>ON</literal> or 1 to ensure that the
+          If you do not wish to use XA, you can disable this variable by
+          setting it to <literal>OFF</literal> or 0 to reduce the number
+          of disk flushes and get better <literal>InnoDB</literal>
+          performance. If you are using replication or the binary log
+          (or both) then you should set this variable to
+          <literal>ON</literal> or 1 on the master to ensure that the
           binary log does not get out of sync compared to the table
           data.
         </para>


Thread
svn commit - mysqldoc@docsrva: r10482 - in trunk: refman-5.0 refman-5.1 refman-6.0jon15 Apr