Author: jstephens
Date: 2011-01-06 09:13:44 +0100 (Thu, 06 Jan 2011)
New Revision: 24686
Log:
Changelog entry -- fix for Partitioning BUG#59013
Modified:
trunk/dynamic-docs/changelog/mysqld-2.xml
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-01-06 07:47:32 UTC (rev 24685)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-01-06 08:13:44 UTC (rev 24686)
Changed blocks: 1, Lines Added: 30, Lines Deleted: 0; 1020 bytes
@@ -9,6 +9,36 @@
<logentry entrytype="bug">
<tags>
+ <highlight type="partitioning"/>
+ <highlight type="innodb"/>
+ <manual type="locking"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="59013"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.9"/>
+ <version ver="5.6.2"/>
+ </versions>
+
+ <message>
+
+ <para>
+ The partitioning handler did not pass locking information to a
+ table's storage engine handler. This caused high contention
+ and thus slower performance when working with partitioned InnoDB
+ tables.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
<highlight type="cluster"/>
<manual type="DELETE"/>
</tags>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24686 - trunk/dynamic-docs/changelog | jon.stephens | 6 Jan |