Author: jstephens
Date: 2008-08-22 10:42:31 +0200 (Fri, 22 Aug 2008)
New Revision: 11595
Log:
Documented dev bugfixes:
Bug #34604, Bug #38272 (Partitioning)
Bug #35807 (RBR)
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-08-22 02:18:17 UTC (rev 11594)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-08-22 08:42:31 UTC (rev 11595)
Changed blocks: 2, Lines Added: 64, Lines Deleted: 0; 1797 bytes
@@ -6,6 +6,69 @@
]>
<changelog>
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="replication"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="35807"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.28"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <literal>INSTALL PLUGIN</literal> and <literal>UNINSTALL
+ PLUGIN</literal> caused row-based replication to fail.
+ </para>
+
+ <note>
+ <para>
+ These statements are not replicated; howver, when using
+ row-based logging, the changes they introduce in mysql system
+ tables are written to the binary log.
+ </para>
+ </note>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="partitioning"/>
+ <manual type="TIMESTAMP"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="38272"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.28"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When a partitioned table had a <literal>TIMESTAMP</literal>
+ column defined with <literal>CURRENT_TIMESTAMP</literal> as the
+ default but with no <literal>ON UPDATE</literal> clause, the
+ column's value was incorrectly set to
+ <literal>CURRENT_TIMESTAMP</literal> when updating across
+ partitions.
+ </para>
+
+ </message>
+
+ </logentry>
+
<logentry entrytype="feature">
<tags>
@@ -1388,6 +1451,7 @@
</bugs>
<versions>
+ <version ver="5.1.28"/>
<version ver="6.0.6"/>
</versions>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11595 - trunk/dynamic-docs/changelog | jon | 22 Aug |