Bug #80234 | Client library fails to close handle on mutex used by shared memory connections | ||
---|---|---|---|
Submitted: | 2 Feb 2016 11:58 | Modified: | 15 Feb 2016 17:42 |
Reporter: | Daniel Blanchard | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S2 (Serious) |
Version: | 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[2 Feb 2016 11:58]
Daniel Blanchard
[15 Feb 2016 17:42]
Paul DuBois
Noted in 5.7.12, 5.8.0 changelogs. For shared-memory connections on Windows, the client library opened a handle on a mutex but did not close it. Subsequent attempts to restart the server on the other end of the connection failed if the client still had the mutex handle open.