mariadb/vio
Alexander Nozdrin 6a29392289 A patch for Bug#12325375: THE SERVER ON WINXP DOES NOT ALLOW CONNECTIONS
IF NO DNS-SERVER AVAILABLE.

The thing is that on Windows XP getnameinfo() returns WSANO_DATA
when hostname-lookup is not available. The problem was that
this error code was treated as serious error and the client
connection got rejected.

The fix is to treat all errors from getnameinfo() as not ciritical,
but add IP-address to the host cache only for EAI_NONAME (or WSANO_DATA).
2011-04-08 14:23:36 +04: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 WL#5486: Remove code for unsupported platforms 2010-07-15 08:13:30 -03:00
test-sslclient.c Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
test-sslserver.c Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
vio.c Merging with mysql-5.5-stage. 2010-08-16 14:50:27 +02:00
vio_priv.h WL#5363: Thread Pool Service Interface 2010-06-07 16:01:39 +02:00
viosocket.c A patch for Bug#12325375: THE SERVER ON WINXP DOES NOT ALLOW CONNECTIONS 2011-04-08 14:23:36 +04:00
viossl.c Merging with mysql-5.5-stage. 2010-08-16 14:50:27 +02:00
viosslfactories.c WL#5486: Remove code for unsupported platforms 2010-07-15 08:13:30 -03:00
viotest-ssl.c Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 2010-07-08 18:20:08 -03:00
viotest-sslconnect.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00
viotest.cc Fixed for Ia64 + delayed key creation + a lot of small bug fixes 2000-08-15 20:09:37 +03:00