From: Date: July 24 2007 2:08am Subject: Connector/NET commit: r806 - branches/1.0/TestSuite List-Archive: http://lists.mysql.com/commits/31449 X-Bug: 29409 Message-Id: <200707240008.l6O08mwP025685@bk-internal.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modified: branches/1.0/TestSuite/PoolingTests.cs Log: - Fixed problem where an attempt to open a connection max pool size times while the server is down will prevent any further attempts due to the pool semaphore being full. (Bug #29409) (forgot test suite file) Modified: branches/1.0/TestSuite/PoolingTests.cs =================================================================== --- branches/1.0/TestSuite/PoolingTests.cs 2007-07-24 00:06:55 UTC (rev 805) +++ branches/1.0/TestSuite/PoolingTests.cs 2007-07-24 00:08:47 UTC (rev 806) @@ -257,6 +257,29 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file