Bug #58341 | System var net_write_timeout has effect in protocols when it shouldn't | ||
---|---|---|---|
Submitted: | 20 Nov 2010 0:45 | Modified: | 13 Jan 2011 16:41 |
Reporter: | Erica Moss | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 5.5.7 | OS: | Windows (windows x64) |
Assigned to: | Paul DuBois | CPU Architecture: | Any |
[20 Nov 2010 0:45]
Erica Moss
[20 Nov 2010 11:10]
Davi Arnaut
Since at least 5.1, timeouts apply to all transport types. Documentation needs to be updated.
[20 Nov 2010 11:14]
Davi Arnaut
Timeout for named pipe and shared memory were introduced in the patch for the following bug reports: Bug#47571: idle named pipe connection is unkillable Bug#31621: Windows server hanging during shutdown using named pipes .. The message in the patch: "Note, that with this patch timeouts are properly handled for named pipes." "Post-review: Win32 timeout code has been fixed for named pipes and shared memory. We do not store pointer to NET in vio structure, only the read and write timeouts." The connection between net_write_timeout and this should have been made more clear.
[13 Jan 2011 16:41]
Paul DuBois
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products. As of 5.1.41, net_read_timeout and net_write_timeout apply to all transports, not just TCP/IP.