summaryrefslogtreecommitdiff
path: root/vio/viosocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'vio/viosocket.c')
-rw-r--r--vio/viosocket.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/vio/viosocket.c b/vio/viosocket.c
index 9d5c7c0d890..8dea06d4adf 100644
--- a/vio/viosocket.c
+++ b/vio/viosocket.c
@@ -355,6 +355,13 @@ int vio_close_pipe(Vio * vio)
DBUG_RETURN(r);
}
+
+void vio_ignore_timeout(Vio *vio __attribute__((unused)),
+ uint timeout __attribute__((unused)))
+{
+}
+
+
#ifdef HAVE_SMEM
int vio_read_shared_memory(Vio * vio, gptr buf, int size)