Author: paul
Date: 2008-08-18 19:18:19 +0200 (Mon, 18 Aug 2008)
New Revision: 11570
Log:
r33415@frost: paul | 2008-08-18 12:17:39 -0500
Document bugfix:
Bug#23921: random failure of user_limits.test
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33391
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32725
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:33415
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:32725
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-08-18 15:59:51 UTC (rev 11569)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-08-18 17:18:19 UTC (rev 11570)
Changed blocks: 1, Lines Added: 33, Lines Deleted: 0; 1229 bytes
@@ -24677,4 +24677,37 @@
</logentry>
+ <logentry entrytype="feature">
+
+ <tags>
+ <manual type="mysqltest"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="23921"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.26"/>
+ <version ver="6.0.7"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysqltest</command> was changed to be more robust in
+ the case of a race condition that can occur for rapid
+ disconnect/connect sequences with the server. The account used
+ by <command>mysqltest</command> could reach its allowed
+ simultaneous-sessions user limit if the connect attempt occurred
+ before the server had fully processed the preceding disconnect.
+ <command>mysqltest</command> now checks specificaly for a
+ user-limits error when it connects; if that error occurs, it
+ delays briefly before retrying.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11570 - in trunk: . dynamic-docs/changelog | paul.dubois | 18 Aug |