mariadb/vio
Davi Arnaut bfa198c2e7 Bug#33899: Deadlock in mysql_real_query with shared memory connections
The problem is that the read and write methods of the shared
memory transport (protocol) didn't react to asynchronous 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.
2009-03-26 20:17:27 -03:00
..
docs
.cvsignore
CMakeLists.txt
Makefile.am
test-ssl.c
test-sslclient.c
test-sslserver.c
vio.c
vio_priv.h Bug#26664 test suite times out on OS X 64bit 2007-05-24 11:21:27 +02:00
viosocket.c Bug#33899: Deadlock in mysql_real_query with shared memory connections 2009-03-26 20:17:27 -03:00
viossl.c Bug#33050 5.0.50 fails many SSL testcases 2008-02-07 08:48:28 +01:00
viosslfactories.c
viotest-ssl.c
viotest-sslconnect.cc
viotest.cc