List:Commits« Previous MessageNext Message »
From:jon Date:November 4 2008 6:27pm
Subject:svn commit - mysqldoc@docsrva: r12284 - in trunk: dynamic-docs/command-optvars refman-6.0
View as plain text  
Author: jstephens
Date: 2008-11-04 19:27:15 +0100 (Tue, 04 Nov 2008)
New Revision: 12284

Log:

Default value for binlog-format is MIXED in all 6.0 releases

(Thanks, Paul and Sven!)



Modified:
   trunk/dynamic-docs/command-optvars/mysqld.xml
   trunk/refman-6.0/dba-core.xml


Modified: trunk/dynamic-docs/command-optvars/mysqld.xml
===================================================================
--- trunk/dynamic-docs/command-optvars/mysqld.xml	2008-11-04 18:05:40 UTC (rev 12283)
+++ trunk/dynamic-docs/command-optvars/mysqld.xml	2008-11-04 18:27:15 UTC (rev 12284)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 1; 879 bytes

@@ -6647,7 +6647,7 @@
 
     </values>
 
-    <values vartype="enumeration" platform="all" inversion="5.1.12">
+    <values vartype="enumeration" platform="all" inversion="5.1.12" outversion="5.1.28">
 
       <value default="MIXED"/>
       <choice value="ROW"/>

@@ -6656,6 +6656,15 @@
 
     </values>
 
+    <values vartype="enumeration" platform="all" inversion="5.1.29">
+
+      <value default="STATEMENT"/>
+      <choice value="ROW"/>
+      <choice value="STATEMENT"/>
+      <choice value="MIXED"/>
+
+    </values>
+
     <versions>
       <introduced version="5.1.5"/>
       <manual version="5.1"/>


Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml	2008-11-04 18:05:40 UTC (rev 12283)
+++ trunk/refman-6.0/dba-core.xml	2008-11-04 18:27:15 UTC (rev 12284)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 647 bytes

@@ -488,8 +488,8 @@
 
           <para>
             Specify whether to use row-based, statement-based, or mixed
-            replication (mixed is the default before MySQL 6.0.8 and
-            statement-based as of 6.0.8). See
+            replication (mixed is the default in MySQL
+            &current-series;). See
             <xref linkend="replication-formats"/>.
           </para>
         </listitem>


Thread
svn commit - mysqldoc@docsrva: r12284 - in trunk: dynamic-docs/command-optvars refman-6.0jon4 Nov