Bug #8255 cannot close socket completly
Submitted: 2 Feb 2005 8:47 Modified: 5 Feb 2005 16:00
Reporter: kevin cha Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.9 OS:Windows (Windows XP)
Assigned to: CPU Architecture:Any

[2 Feb 2005 8:47] kevin cha
Description:
After mysql_close ( &mysql );

TIME_WAIT socket is created.

netstat /a shows so many TIME_WAIT status sockets.

How to repeat:

Everytime mysql_close ( &mysql );  is called.
[5 Feb 2005 16:00] Jorge del Conde
It's normal for closed TCP connections to be left in TIME_WAIT.