List:Commits« Previous MessageNext Message »
From:jon Date:November 14 2008 6:37pm
Subject:svn commit - mysqldoc@docsrva: r12483 - trunk/dynamic-docs/changelog
View as plain text  
Author: jstephens
Date: 2008-11-14 19:37:43 +0100 (Fri, 14 Nov 2008)
New Revision: 12483

Log:

Changelog entry for Cluster Bug#40586



Modified:
   trunk/dynamic-docs/changelog/mysqld-1.xml


Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml	2008-11-14 18:03:45 UTC (rev 12482)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml	2008-11-14 18:37:43 UTC (rev 12483)
Changed blocks: 1, Lines Added: 33, Lines Deleted: 0; 1259 bytes

@@ -6,6 +6,39 @@
 ]>
 <changelog>
 
+  <logentry entrytype="feature">
+
+    <tags>
+      <highlight type="clusterreplication"/>
+      <highlight type="importantnote"/>
+      <manual type="--binlog-format"/>
+    </tags>
+
+    <bugs>
+      <fixes bugid="40586"/>
+    </bugs>
+
+    <versions>
+      <version ver="5.1.29-ndb-6.2.17"/>
+      <version ver="5.1.29-ndb-6.3.19"/>
+    </versions>
+
+    <message>
+
+      <para>
+        This release of MySQL Cluster derives in part from MySQL 5.1.29,
+        where the default value for the <option>--binlog-format</option>
+        option changed to <literal>STATEMENT</literal>. That change does
+        <emphasis>not</emphasis> affect this or future MySQL Cluster NDB
+        6.x releases, where the default value for this option remains
+        <literal>MIXED</literal>, since MySQL Cluster Replication does
+        not work with the statement-based format.
+      </para>
+
+    </message>
+
+  </logentry>
+
   <logentry entrytype="bug">
 
     <tags>


Thread
svn commit - mysqldoc@docsrva: r12483 - trunk/dynamic-docs/changelogjon14 Nov