mariadb/vio
Tatjana Azundris Nuernberg 9965af5c6a BUG#13431369 - MAIN.VARIABLES-NOTEMBEDDED CRASHES THE SERVER SPORADICALLY ON WINDOWS
On shutdown(), Windows can drop traffic still queued for sending even if that
wasn't specifically requested. As a result, fatal errors (those after
signaling which the server will drop the connection) were sometimes only
seen as "connection lost" on the client side, because the server-side
shutdown() erraneously discarded the correct error message before sending
it.

If on Windows, we now use the Windows API to access the (non-broken) equivalent
of shutdown().

Backport from trunk
2012-02-19 09:00:52 +00:00
..
docs Fixed searching after ssl directories. 2002-09-05 16:17:08 +03:00
CMakeLists.txt Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect). 2010-08-12 19:19:57 +04:00
test-ssl.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
test-sslclient.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
test-sslserver.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
vio.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
vio_priv.h Updated/added copyright headers 2011-06-30 17:46:53 +02:00
viosocket.c BUG#13431369 - MAIN.VARIABLES-NOTEMBEDDED CRASHES THE SERVER SPORADICALLY ON WINDOWS 2012-02-19 09:00:52 +00:00
viossl.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
viosslfactories.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
viotest-ssl.c Updated/added copyright headers 2011-06-30 17:46:53 +02:00
viotest-sslconnect.cc Updated/added copyright headers 2011-06-30 17:37:13 +02:00
viotest.cc Updated/added copyright headers 2011-06-30 17:37:13 +02:00