Home
last modified time | relevance | path

Searched refs:clientFDs (Results 1 – 12 of 12) sorted by relevance

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dmysqld.cc5234 fd_set readFDs,clientFDs; in handle_connections_sockets() local
5244 FD_ZERO(&clientFDs); in handle_connections_sockets()
5254 FD_SET(ip_sock,&clientFDs); in handle_connections_sockets()
5266 FD_SET(unix_sock,&clientFDs); in handle_connections_sockets()
5280 readFDs=clientFDs; in handle_connections_sockets()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dmysqld.cc6266 fd_set readFDs,clientFDs; in handle_connections_sockets() local
6276 FD_ZERO(&clientFDs); in handle_connections_sockets()
6288 FD_SET(mysql_socket_getfd(ip_sock), &clientFDs); in handle_connections_sockets()
6302 FD_SET(mysql_socket_getfd(unix_sock), &clientFDs); in handle_connections_sockets()
6316 readFDs=clientFDs; in handle_connections_sockets()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dmysqld.cc6989 fd_set readFDs,clientFDs; in handle_connections_sockets() local
6999 FD_ZERO(&clientFDs); in handle_connections_sockets()
7011 FD_SET(mysql_socket_getfd(ip_sock), &clientFDs); in handle_connections_sockets()
7025 FD_SET(mysql_socket_getfd(unix_sock), &clientFDs); in handle_connections_sockets()
7039 readFDs=clientFDs; in handle_connections_sockets()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dmysqld.cc6181 #define setup_fds(X) FD_SET(mysql_socket_getfd(X),&clientFDs) in handle_connections_sockets()
6182 fd_set readFDs,clientFDs; in handle_connections_sockets() local
6183 FD_ZERO(&clientFDs); in handle_connections_sockets()
6212 readFDs=clientFDs; in handle_connections_sockets()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dmysqld.cc6438 #define setup_fds(X) FD_SET(mysql_socket_getfd(X),&clientFDs) in handle_connections_sockets()
6439 fd_set readFDs,clientFDs; in handle_connections_sockets() local
6440 FD_ZERO(&clientFDs); in handle_connections_sockets()
6469 readFDs=clientFDs; in handle_connections_sockets()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dmysqld.cc6438 #define setup_fds(X) FD_SET(mysql_socket_getfd(X),&clientFDs) in handle_connections_sockets()
6439 fd_set readFDs,clientFDs; in handle_connections_sockets() local
6440 FD_ZERO(&clientFDs); in handle_connections_sockets()
6469 readFDs=clientFDs; in handle_connections_sockets()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dmysqld.cc6181 #define setup_fds(X) FD_SET(mysql_socket_getfd(X),&clientFDs) in handle_connections_sockets()
6182 fd_set readFDs,clientFDs; in handle_connections_sockets() local
6183 FD_ZERO(&clientFDs); in handle_connections_sockets()
6212 readFDs=clientFDs; in handle_connections_sockets()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc6711 fd_set readFDs,clientFDs; in handle_connections_sockets() local
6715 #define setup_fds(X) FD_SET(X,&clientFDs) in handle_connections_sockets()
6721 FD_ZERO(&clientFDs); in handle_connections_sockets()
6755 readFDs=clientFDs; in handle_connections_sockets()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc6701 fd_set readFDs,clientFDs; in handle_connections_sockets() local
6705 #define setup_fds(X) FD_SET(X,&clientFDs) in handle_connections_sockets()
6711 FD_ZERO(&clientFDs); in handle_connections_sockets()
6745 readFDs=clientFDs; in handle_connections_sockets()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc6711 fd_set readFDs,clientFDs; in handle_connections_sockets() local
6715 #define setup_fds(X) FD_SET(X,&clientFDs) in handle_connections_sockets()
6721 FD_ZERO(&clientFDs); in handle_connections_sockets()
6755 readFDs=clientFDs; in handle_connections_sockets()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dmysqld.cc6787 #define setup_fds(X) FD_SET(mysql_socket_getfd(X),&clientFDs) in handle_connections_sockets()
6788 fd_set readFDs,clientFDs; in handle_connections_sockets() local
6789 FD_ZERO(&clientFDs); in handle_connections_sockets()
6819 readFDs=clientFDs; in handle_connections_sockets()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dmysqld.cc6788 #define setup_fds(X) FD_SET(mysql_socket_getfd(X),&clientFDs) in handle_connections_sockets()
6789 fd_set readFDs,clientFDs; in handle_connections_sockets() local
6790 FD_ZERO(&clientFDs); in handle_connections_sockets()
6820 readFDs=clientFDs; in handle_connections_sockets()