Bug #13294 Connection Pooling documentation
Submitted: 17 Sep 2005 14:54 Modified: 30 Aug 2007 8:36
Reporter: Matej Skubic Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Documentation Severity:S4 (Feature request)
Version: OS:Any
Assigned to: MC Brown CPU Architecture:Any

[17 Sep 2005 14:54] Matej Skubic
Description:
In CHM documentation for MySqlConnection.ConnectionString Property is reference to "Connection Pooling", but is newer described.

How to repeat:
The following table lists the valid names for connection pooling values within the ConnectionString. For more information about connection pooling, see Connection Pooling for the MySql Data Provider.
[30 Aug 2007 8:36] MC Brown
The Connector/NET documentation now includes info on connection pooling and the various parameters, and mentions that the Close() option returns an open connection to the connection pool, rather than closing the connection completely. See http://dev.mysql.com/doc/refman/5.1/en/connector-net-examples-mysqlconnection.html#connect....