Bug #31010 | Problem to close connection using Driver .Net | ||
---|---|---|---|
Submitted: | 14 Sep 2007 0:26 | Modified: | 21 Sep 2007 22:33 |
Reporter: | Rigel Aguilar | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | MySql.Data.dll 5.1.2.2 | OS: | Any (Don't close connection) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Close Connection |
[14 Sep 2007 0:26]
Rigel Aguilar
[21 Sep 2007 22:33]
Reggie Burnett
This is not a bug. Connection pooling is on by default. If you want the connection to mysql to actually die when you call close, add 'pooling=false' to your connection string.
[25 Sep 2007 19:54]
Jason Edelman
I've had pooling=false set for the past 2 years or so and connections don't die when I use .Close().