Home
last modified time | relevance | path

Searched refs:max_used_connection (Results 1 – 7 of 7) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/conn_handler/
H A Dsocket_connection.cc1067 int max_used_connection = mysql_socket_getfd(admin_socket); in handle_admin_socket() local
1075 int retval = select(max_used_connection, &read_fds, 0, 0, 0); in handle_admin_socket()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dmysqld.cc5235 uint max_used_connection= (uint) (max(ip_sock,unix_sock)+1); in handle_connections_sockets() local
5282 retval= select((int) max_used_connection,&readFDs,0,0,0); in handle_connections_sockets()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dmysqld.cc6267 …uint max_used_connection= max<uint>(mysql_socket_getfd(ip_sock), mysql_socket_getfd(unix_sock)) + … in handle_connections_sockets() local
6318 retval= select((int) max_used_connection,&readFDs,0,0,0); in handle_connections_sockets()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc6712 uint max_used_connection= max<uint>(mysql_socket_getfd(base_ip_sock), in handle_connections_sockets() local
6757 retval= select((int) max_used_connection,&readFDs,0,0,0); in handle_connections_sockets()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc6702 uint max_used_connection= max<uint>(mysql_socket_getfd(base_ip_sock), in handle_connections_sockets() local
6747 retval= select((int) max_used_connection,&readFDs,0,0,0); in handle_connections_sockets()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc6712 uint max_used_connection= max<uint>(mysql_socket_getfd(base_ip_sock), in handle_connections_sockets() local
6757 retval= select((int) max_used_connection,&readFDs,0,0,0); in handle_connections_sockets()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dmysqld.cc6990 …uint max_used_connection= max<uint>(mysql_socket_getfd(ip_sock), mysql_socket_getfd(unix_sock)) + … in handle_connections_sockets() local
7041 retval= select((int) max_used_connection,&readFDs,0,0,0); in handle_connections_sockets()