Author: pd221994
Date: 2011-04-05 15:54:32 +0200 (Tue, 05 Apr 2011)
New Revision: 25735
Log:
r46718@dhcp-adc-twvpn-1-vpnpool-10-154-13-59: paul | 2011-04-05 08:53:54 -0500
Add changelog entry for WL#5138
Modified:
svk:merge
trunk/dynamic-docs/changelog/mysqld-2.xml
Property changes on: trunk
___________________________________________________________________
Modified: svk:merge
===================================================================
Changed blocks: 0, Lines Added: 0, Lines Deleted: 0; 1277 bytes
Modified: trunk/dynamic-docs/changelog/mysqld-2.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-2.xml 2011-04-05 13:54:03 UTC (rev 25734)
+++ trunk/dynamic-docs/changelog/mysqld-2.xml 2011-04-05 13:54:32 UTC (rev 25735)
Changed blocks: 1, Lines Added: 32, Lines Deleted: 0; 1108 bytes
@@ -42898,4 +42898,36 @@
</logentry>
+ <logentry entrytype="feature">
+
+ <tags>
+ <manual type="locking"/>
+ </tags>
+
+ <bugs>
+ <fixes wlid="5138"/>
+ <seealsobug bugid="42930"/>
+ <seealsobug bugid="11751904"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.5.3"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Code that produces query IDs and updates the value of the
+ <literal role="statvar">Threads_running</literal> status
+ variable no longer acquires a global lock which also protects
+ the list of all connections. Instead, it relies on atomic
+ increment and decrement instructions. This improves scalability
+ and to a certain extent alleviates the problem described in
+ Bug#11751904.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r25735 - in trunk: . dynamic-docs/changelog | paul.dubois | 5 Apr |