mariadb/vio
Davi Arnaut 26f561d5d0 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 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öffmann
2009-03-26 20:25:10 -03:00
..
docs
.cvsignore
CMakeLists.txt
Makefile.am
test-ssl.c
test-sslclient.c
test-sslserver.c
vio.c
vio_priv.h
viosocket.c Bug#33899: Deadlock in mysql_real_query with shared memory connections 2009-03-26 20:25:10 -03:00
viossl.c Merge pilot.mysql.com:/data/msvensson/mysql/bug25988/my50-bug25988 2008-02-07 09:55:49 +01:00
viosslfactories.c Fix for server bug experienced in Maria (wrong "Truncated incorrect <var_name> 2008-02-18 23:29:39 +01:00
viotest-ssl.c
viotest-sslconnect.cc
viotest.cc