diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2019-12-24 17:22:45 +0000 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2019-12-24 17:22:45 +0000 |
commit | 4eefb802e4a939e53c0a818e789d2b72cdb96b1e (patch) | |
tree | c5b5785a4fea05d6f3ec3a3ccf41fa89130dd891 /sql/threadpool_win.cc | |
parent | 523879dd51c3bf2ad23295852304531d856cc869 (diff) | |
download | mariadb-git-10.5-windows-afunix.tar.gz |
Support AF_UNIX socket on Windows10.5-windows-afunix
Diffstat (limited to 'sql/threadpool_win.cc')
-rw-r--r-- | sql/threadpool_win.cc | 1 |
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: |