List:Commits« Previous MessageNext Message »
From:stefan Date:February 28 2006 5:40pm
Subject:svn commit - mysqldoc@docsrva: r1460 - trunk/refman-common
View as plain text  
Author: shinz
Date: 2006-02-28 18:40:48 +0100 (Tue, 28 Feb 2006)
New Revision: 1460

Log:
binlog_format can be set at runtime as of 5.1.8 only (thanks, Paul)

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

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2006-02-28 16:13:31 UTC (rev 1459)
+++ trunk/refman-common/news-5.1.xml	2006-02-28 17:40:48 UTC (rev 1460)
@@ -176,7 +176,23 @@
           events</literal>. (Bug #16412)
         </para>
       </listitem>
-
+      
+      <listitem>
+        <para>
+          The <literal>binlog_format</literal> system variable now is
+          dynamic and can be changed at runtime, as described in
+          <xref linkend="replication-row-based"/>.
+        </para>
+      </listitem>
+      
+      <listitem>
+        <para>
+          The <literal>binlog_format</literal> system variable now can be set to
+          a third format, <literal>MIXED</literal>, as described in
+          <xref linkend="replication-row-based"/>.
+        </para>
+      </listitem>
+    
     </itemizedlist>
 
     <para>
@@ -330,14 +346,6 @@
 
       <listitem>
         <para>
-          The <literal>binlog_format</literal> system variable now is
-          dynamic and can be changed at runtime, as described in
-          <xref linkend="replication-row-based"/>.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
           The SQL mode in effect at the time an event is created or
           altered is recorded and used during event execution. (Bug
           #16407)

Thread
svn commit - mysqldoc@docsrva: r1460 - trunk/refman-commonstefan28 Feb