Home
last modified time | relevance | path

Searched refs:is_unix_sock (Results 1 – 9 of 9) sorted by relevance

/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dmysqld.cc6329 bool is_unix_sock; in handle_accepted_socket() local
6382 is_unix_sock= (mysql_socket_getfd(sock) == in handle_accepted_socket()
6387 is_unix_sock ? VIO_TYPE_SOCKET : in handle_accepted_socket()
6389 is_unix_sock ? VIO_LOCALHOST : 0))) in handle_accepted_socket()
6405 if (is_unix_sock) in handle_accepted_socket()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dmysqld.cc6329 bool is_unix_sock; in handle_accepted_socket() local
6382 is_unix_sock= (mysql_socket_getfd(sock) == in handle_accepted_socket()
6387 is_unix_sock ? VIO_TYPE_SOCKET : in handle_accepted_socket()
6389 is_unix_sock ? VIO_LOCALHOST : 0))) in handle_accepted_socket()
6405 if (is_unix_sock) in handle_accepted_socket()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dmysqld.cc6977 const bool is_unix_sock= (mysql_socket_getfd(sock) == in handle_connections_sockets() local
6982 is_unix_sock ? VIO_TYPE_SOCKET : in handle_connections_sockets()
6984 is_unix_sock ? VIO_LOCALHOST: 0))) in handle_connections_sockets()
6986 if (is_unix_sock) in handle_connections_sockets()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dmysqld.cc6978 const bool is_unix_sock= (mysql_socket_getfd(sock) == in handle_connections_sockets() local
6983 is_unix_sock ? VIO_TYPE_SOCKET : in handle_connections_sockets()
6985 is_unix_sock ? VIO_LOCALHOST: 0))) in handle_connections_sockets()
6987 if (is_unix_sock) in handle_connections_sockets()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dmysqld.cc6474 bool is_unix_sock= (mysql_socket_getfd(sock) == mysql_socket_getfd(unix_sock)); in handle_connections_sockets() local
6475 enum_vio_type vio_type= (is_unix_sock ? VIO_TYPE_SOCKET : VIO_TYPE_TCPIP); in handle_connections_sockets()
6476 uint vio_flags= (is_unix_sock ? VIO_LOCALHOST : 0); in handle_connections_sockets()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc6919 bool is_unix_sock= (mysql_socket_getfd(sock) == mysql_socket_getfd(unix_sock)); in handle_connections_sockets() local
6920 enum_vio_type vio_type= (is_unix_sock ? VIO_TYPE_SOCKET : VIO_TYPE_TCPIP); in handle_connections_sockets()
6921 uint vio_flags= (is_unix_sock ? VIO_LOCALHOST : 0); in handle_connections_sockets()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc6909 bool is_unix_sock= (mysql_socket_getfd(sock) == mysql_socket_getfd(unix_sock)); in handle_connections_sockets() local
6910 enum_vio_type vio_type= (is_unix_sock ? VIO_TYPE_SOCKET : VIO_TYPE_TCPIP); in handle_connections_sockets()
6911 uint vio_flags= (is_unix_sock ? VIO_LOCALHOST : 0); in handle_connections_sockets()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc6919 bool is_unix_sock= (mysql_socket_getfd(sock) == mysql_socket_getfd(unix_sock)); in handle_connections_sockets() local
6920 enum_vio_type vio_type= (is_unix_sock ? VIO_TYPE_SOCKET : VIO_TYPE_TCPIP); in handle_connections_sockets()
6921 uint vio_flags= (is_unix_sock ? VIO_LOCALHOST : 0); in handle_connections_sockets()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dmysqld.cc7200 bool is_unix_sock= (mysql_socket_getfd(sock) == mysql_socket_getfd(unix_sock)); in handle_connections_sockets() local
7201 enum_vio_type vio_type= (is_unix_sock ? VIO_TYPE_SOCKET : VIO_TYPE_TCPIP); in handle_connections_sockets()
7202 uint vio_flags= (is_unix_sock ? VIO_LOCALHOST : 0); in handle_connections_sockets()