List:Commits« Previous MessageNext Message »
From:stefan Date:March 30 2006 2:19pm
Subject:svn commit - mysqldoc@docsrva: r1707 - in trunk: refman-5.1 refman-common
View as plain text  
Author: shinz
Date: 2006-03-30 16:19:23 +0200 (Thu, 30 Mar 2006)
New Revision: 1707

Log:
Add dynamic replication format to 5.1.8 changelog, and remove wrong explanation about dynamic replication format

Modified:
   trunk/refman-5.1/replication.xml
   trunk/refman-common/news-5.1.xml

Modified: trunk/refman-5.1/replication.xml
===================================================================
--- trunk/refman-5.1/replication.xml	2006-03-30 12:04:13 UTC (rev 1706)
+++ trunk/refman-5.1/replication.xml	2006-03-30 14:19:23 UTC (rev 1707)
@@ -348,11 +348,7 @@
       and encounters a row in the binary log that is written in
       <literal>ROW</literal> logging format. In that case, the slave
       switches to row-based replication temporarily for that event, and
-      switches back to the previous format afterwards. (It does that by
-      setting its <option>binlog_format</option> option to
-      <literal>ROW</literal>; so if the row event lasts long enough, you
-      may be able to see the switched format when issuing <literal>SHOW
-      VARIABLES LIKE 'binlog_format'</literal>.)
+      switches back to the previous format afterwards.
     </para>
 
     <para>

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-03-30 12:04:13 UTC (rev 1706)
+++ trunk/refman-common/news-5.1.xml	2006-03-30 14:19:23 UTC (rev 1707)
@@ -548,6 +548,19 @@
           described in <xref linkend="replication-row-based"/>.
         </para>
       </listitem>
+      
+      <listitem>
+        <para>
+          A slave server may switch the format 
+          <emphasis>automatically</emphasis> now.
+          This happens when the server is running in either
+          <literal>STATEMENT</literal> or <literal>MIXED</literal> format
+          and encounters a row in the binary log that is written in
+          <literal>ROW</literal> logging format. In that case, the slave
+          switches to row-based replication temporarily for that event, and
+          switches back to the previous format afterwards.
+        </para>
+      </listitem>
 
       <listitem>
         <para>

Thread
svn commit - mysqldoc@docsrva: r1707 - in trunk: refman-5.1 refman-commonstefan30 Mar