Author: jstephens
Date: 2009-10-15 11:23:13 +0200 (Thu, 15 Oct 2009)
New Revision: 17161
Log:
Documented dev bugfixes:
Replication - Bug #47678
Partitioning - Bug #44059, Bug #46922
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2009-10-15 09:18:48 UTC (rev 17160)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2009-10-15 09:23:13 UTC (rev 17161)
Changed blocks: 5, Lines Added: 70, Lines Deleted: 5; 2575 bytes
@@ -9,7 +9,71 @@
<logentry entrytype="bug">
<tags>
- <highlight type="windows"/>
+ <highlight type="partitioning"/>
+ <manual type="open_files_limit"/>
+ <manual type="ADD PARTITION"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="46922"/>
+ <seealsobug bugid="47343"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.41"/>
+ </versions>
+
+ <message>
+
+ <para>
+ An <literal role="stmt" condition="alter-table">ALTER TABLE ...
+ ADD PARTITION</literal> statement that caused
+ <literal role="sysvar">open_files_limit</literal> to be exceeded
+ led to a crash of the MySQL server.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <highlight type="replication"/>
+ <manual type="transactions"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="47678"/>
+ <regressionof bugid="40116"/>
+ <seealsobug bugid="47287"/>
+ <seealsobug bugid="46864"/>
+ <seealsobug bugid="43929"/>
+ <seealsobug bugid="46129"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.41"/>
+ </versions>
+
+ <message>
+
+ <para>
+ When using row-based replication, changes to non-transactional
+ tables that occurred early in a transaction were not immediately
+ flushed upon committing a statement. This behavior could break
+ consistency since changes made to non-transactional tables
+ become immediately visible to other connections.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="windows"/>
<manual type="build"/>
</tags>
@@ -37,7 +101,7 @@
<logentry entrytype="bug">
<tags>
- <highlight type="windows"/>
+ <manual type="windows"/>
<manual type="build"/>
</tags>
@@ -65,7 +129,7 @@
<logentry entrytype="bug">
<tags>
- <highlight type="windows"/>
+ <manual type="windows"/>
<manual type="build"/>
</tags>
@@ -94,7 +158,7 @@
<logentry entrytype="bug">
<tags>
- <highlight type="windows"/>
+ <manual type="windows"/>
<manual type="build"/>
</tags>
@@ -2977,7 +3041,8 @@
</bugs>
<versions>
- <version ver="5.4.4"/>
+ <version ver="5.1.41"/>
+<!--<version ver="5.4.4"/>-->
</versions>
<message>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r17161 - trunk/dynamic-docs/changelog | jon.stephens | 15 Oct |