Author: jstephens
Date: 2010-10-25 15:04:25 +0200 (Mon, 25 Oct 2010)
New Revision: 23361
Log:
Added changelog entry: fix for Cluster BUG#57603
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-10-25 11:37:17 UTC (rev 23360)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-10-25 13:04:25 UTC (rev 23361)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1182 bytes
@@ -9,6 +9,38 @@
<logentry entrytype="bug">
<tags>
+ <highlight type="clusterreplication"/>
+ <manual type="--slave-allow-batching"/>
+ <manual type="profiling"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="57603"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.51-ndb-6.3.39"/>
+ <version ver="5.1.51-ndb-7.0.20"/>
+ <version ver="5.1.51-ndb-7.1.9"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The <literal>OPTION_ALLOW_BATCHING</literal> bitmask had the
+ same value as <literal>OPTION_PROFILING</literal>. This caused
+ conflicts between the use of the
+ <option role="mysqld">--slave-allow-batching</option> option and
+ profiling.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="cluster"/>
<manual type="ndb_restore"/>
<manual type="transaction handling"/>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r23361 - trunk/dynamic-docs/changelog | jon.stephens | 25 Oct |