Author: jrussell
Date: 2010-10-06 21:15:10 +0200 (Wed, 06 Oct 2010)
New Revision: 23028
Log:
Added entry for bug #54346.
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-06 18:57:27 UTC (rev 23027)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2010-10-06 19:15:10 UTC (rev 23028)
Changed blocks: 2, Lines Added: 32, Lines Deleted: 5; 1624 bytes
@@ -4621,6 +4621,32 @@
</tags>
<bugs>
+ <fixes bugid="54346"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ With multiple buffer pools enabled, <literal>InnoDB</literal>
+ could flush more data from the buffer pool than necessary,
+ causing extra I/O overhead.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="InnoDB"/>
+ </tags>
+
+ <bugs>
<fixes bugid="55716"/>
</bugs>
@@ -5197,11 +5223,12 @@
<message>
<para>
- <literal>InnoDB</literal> transactions could be incorrectly committed during recovery,
- rather than rolled back, if the server crashed and was restarted
- after performing <literal>ALTER TABLE...ADD PRIMARY
- KEY</literal> on an <literal>InnoDB</literal> table, or some
- other operation that involves copying the entire table.
+ <literal>InnoDB</literal> transactions could be incorrectly
+ committed during recovery, rather than rolled back, if the
+ server crashed and was restarted after performing <literal>ALTER
+ TABLE...ADD PRIMARY KEY</literal> on an
+ <literal>InnoDB</literal> table, or some other operation that
+ involves copying the entire table.
</para>
</message>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r23028 - trunk/dynamic-docs/changelog | john.russell | 6 Oct |