Author: jstephens
Date: 2010-10-13 15:14:26 +0200 (Wed, 13 Oct 2010)
New Revision: 23123
Log:
Documented fix for Replication BUG#57098
Changelog entry
Added new replication-features-set-password subsection
in 5.1/5.5 RefMan to warn about issues
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
trunk/refman-5.1/replication-notes.xml
trunk/refman-5.5/replication-notes.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2010-10-13 13:02:28 UTC (rev 23122)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-10-13 13:14:26 UTC (rev 23123)
Changed blocks: 1, Lines Added: 39, Lines Deleted: 0; 1364 bytes
@@ -10,6 +10,45 @@
<tags>
<highlight type="replication"/>
+ <manual type="SET PASSWORD"/>
+ <manual type="RBR"/>
+ <manual type="upgrades"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="57098"/>
+ <seealsobug bugid="55452"/>
+ <seealsobug bugid="57357"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal role="stmt">SET PASSWORD</literal> caused row-based
+ replication to fail between a MySQL 5.1 master and a MySQL 5.5
+ slave.
+ </para>
+
+ <para>
+ This fix makes it possible to replicate <literal role="stmt">SET
+ PASSWORD</literal> correctly, using row-based replication
+ between a master running MySQL 5.1.53 or a later MySQL 5.1
+ release to a slave running MySQL 5.5.7 or a later MySQL 5.5
+ release.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="replication"/>
<manual type="innodb_file_per_table"/>
<manual type="innodb_file_format"/>
</tags>
Modified: trunk/refman-5.1/replication-notes.xml
===================================================================
--- trunk/refman-5.1/replication-notes.xml 2010-10-13 13:02:28 UTC (rev 23122)
+++ trunk/refman-5.1/replication-notes.xml 2010-10-13 13:14:26 UTC (rev 23123)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 0; 879 bytes
@@ -3034,6 +3034,19 @@
</section>
+ <section id="replication-features-set-password">
+
+ <title><literal role="stmt">SET PASSWORD</literal> and Row-Based Replication</title>
+
+ <para>
+ Row-based replication of <literal role="stmt">SET
+ PASSWORD</literal> statements from a MySQL 5.1 master to a MySQL
+ 5.5 slave did not work correctly prior to MySQL 5.1.53 on the
+ master and MySQL 5.5.7 on the slave (see Bug#57098, Bug#57357).
+ </para>
+
+ </section>
+
<section id="replication-features-slaveerrors">
<title>Slave Errors During Replication</title>
Modified: trunk/refman-5.5/replication-notes.xml
===================================================================
--- trunk/refman-5.5/replication-notes.xml 2010-10-13 13:02:28 UTC (rev 23122)
+++ trunk/refman-5.5/replication-notes.xml 2010-10-13 13:14:26 UTC (rev 23123)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 0; 879 bytes
@@ -2814,6 +2814,19 @@
</section>
+ <section id="replication-features-set-password">
+
+ <title><literal role="stmt">SET PASSWORD</literal> and Row-Based Replication</title>
+
+ <para>
+ Row-based replication of <literal role="stmt">SET
+ PASSWORD</literal> statements from a MySQL 5.1 master to a MySQL
+ 5.5 slave did not work correctly prior to MySQL 5.1.53 on the
+ master and MySQL 5.5.7 on the slave (see Bug#57098, Bug#57357).
+ </para>
+
+ </section>
+
<section id="replication-features-slaveerrors">
<title>Slave Errors During Replication</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r23123 - in trunk: dynamic-docs/changelog refman-5.1 refman-5.5 | jon.stephens | 13 Oct |