summaryrefslogtreecommitdiff
path: root/sql/threadpool_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/threadpool_win.cc')
-rw-r--r--sql/threadpool_win.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/threadpool_win.cc b/sql/threadpool_win.cc
index c9968d48c06..220df063cb0 100644
--- a/sql/threadpool_win.cc
+++ b/sql/threadpool_win.cc
@@ -146,6 +146,7 @@ int TP_connection_win::init()
{
case VIO_TYPE_SSL:
case VIO_TYPE_TCPIP:
+ case VIO_TYPE_SOCKET:
handle= (HANDLE) mysql_socket_getfd(connect->sock);
break;
case VIO_TYPE_NAMEDPIPE: