mirror of https://github.com/MariaDB/server
Browse Source
The problem is that the read and write methods of the shared memory transport (protocol) didn't react to asynchornous close events, which could lead to a lock up as the client would wait (until time out) for a server response that will never come. The solution is to also wait for close events while waiting for I/O from or to the server. Bug report and patch submitted by: Armin Schöffmannpull/374/head
3 changed files with 41 additions and 7 deletions
Loading…
Reference in new issue