mariadb/vio
unknown a8a5e98ec6 Fixes bug #5588. vio_was_interrupted() function was added to detect
read timeout properly on win32.


include/my_global.h:
  Added win32 specific socket timeout error code.
include/violite.h:
  Added vio_was_interrupted function that returns true if operation was
  not completed due to timeout.
sql/mini_client.cc:
  added a check that replication read was not completed due to timeout.
sql/net_serv.cc:
  net->last_errno should be equal to ER_NET_READ_INTERRUPTED in case if read
  operation was not completed due to timeout.
vio/vio.c:
  added initialization code for vio_was_interrupted() function.
vio/viosocket.c:
  Added vio_was_interrupted function that returns true if operation was
  not completed due to timeout.
2005-08-30 19:19:28 +04:00
..
docs
.cvsignore
Makefile.am - added missing file vio_priv.h to source distribution 2003-08-27 12:26:21 +02:00
test-ssl.c Added patches from Novell 2004-05-25 22:00:14 +03:00
test-sslclient.c Fixes for Netware 2003-01-28 08:38:28 +02:00
test-sslserver.c - Applied some portability fixes for SGI IRIX/MipsPro compiler 2004-06-22 17:35:34 +02:00
vio.c Fixes bug #5588. vio_was_interrupted() function was added to detect 2005-08-30 19:19:28 +04:00
vio_priv.h vio ssl structure renames (to get rid of ending _) 2003-08-27 02:51:39 +03:00
viosocket.c Fixes bug #5588. vio_was_interrupted() function was added to detect 2005-08-30 19:19:28 +04:00
viossl.c Always call vio_in_addr() so that thd->remote is 2005-01-25 12:06:55 -08:00
viosslfactories.c Added patches from Novell 2004-05-25 22:00:14 +03:00
viotest-ssl.c Fixes for Netware 2003-01-28 08:38:28 +02:00
viotest-sslconnect.cc
viotest.cc