Home
last modified time | relevance | path

Searched refs:vio_tmp (Results 1 – 13 of 13) sorted by relevance

/dports/databases/percona57-server/percona-server-5.7.36-39/sql/conn_handler/
H A Dchannel_info.cc35 Vio* vio_tmp= create_and_init_vio(); in create_thd() local
36 if (vio_tmp == NULL) in create_thd()
42 vio_delete(vio_tmp); in create_thd()
46 thd->get_protocol_classic()->init_net(vio_tmp); in create_thd()
65 Vio *vio_tmp= create_and_init_vio(); in send_error_and_close_channel() local
67 if (vio_tmp && !my_net_init(&net_tmp, vio_tmp)) in send_error_and_close_channel()
76 if (vio_tmp != NULL) in send_error_and_close_channel()
78 vio_tmp->inactive= TRUE; // channel is already closed. in send_error_and_close_channel()
79 vio_delete(vio_tmp); in send_error_and_close_channel()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/conn_handler/
H A Dchannel_info.cc35 Vio* vio_tmp= create_and_init_vio(); in create_thd() local
36 if (vio_tmp == NULL) in create_thd()
42 vio_delete(vio_tmp); in create_thd()
46 thd->get_protocol_classic()->init_net(vio_tmp); in create_thd()
65 Vio *vio_tmp= create_and_init_vio(); in send_error_and_close_channel() local
67 if (vio_tmp && !my_net_init(&net_tmp, vio_tmp)) in send_error_and_close_channel()
76 if (vio_tmp != NULL) in send_error_and_close_channel()
78 vio_tmp->inactive= TRUE; // channel is already closed. in send_error_and_close_channel()
79 vio_delete(vio_tmp); in send_error_and_close_channel()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/conn_handler/
H A Dchannel_info.cc35 Vio* vio_tmp= create_and_init_vio(); in create_thd() local
36 if (vio_tmp == NULL) in create_thd()
42 vio_delete(vio_tmp); in create_thd()
46 thd->get_protocol_classic()->init_net(vio_tmp); in create_thd()
65 Vio *vio_tmp= create_and_init_vio(); in send_error_and_close_channel() local
67 if (vio_tmp && !my_net_init(&net_tmp, vio_tmp)) in send_error_and_close_channel()
76 if (vio_tmp != NULL) in send_error_and_close_channel()
78 vio_tmp->inactive= TRUE; // channel is already closed. in send_error_and_close_channel()
79 vio_delete(vio_tmp); in send_error_and_close_channel()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/conn_handler/
H A Dchannel_info.cc42 Vio *vio_tmp = create_and_init_vio(); in create_thd() local
43 if (vio_tmp == nullptr) return nullptr; in create_thd()
47 vio_delete(vio_tmp); in create_thd()
51 thd->get_protocol_classic()->init_net(vio_tmp); in create_thd()
65 Vio *vio_tmp = create_and_init_vio(); in send_error_and_close_channel() local
67 if (vio_tmp && !my_net_init(&net_tmp, vio_tmp)) { in send_error_and_close_channel()
76 if (vio_tmp != nullptr) { in send_error_and_close_channel()
77 vio_tmp->inactive = true; // channel is already closed. in send_error_and_close_channel()
78 vio_delete(vio_tmp); in send_error_and_close_channel()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/conn_handler/
H A Dchannel_info.cc35 Vio* vio_tmp= create_and_init_vio(); in create_thd() local
36 if (vio_tmp == NULL) in create_thd()
42 vio_delete(vio_tmp); in create_thd()
46 thd->get_protocol_classic()->init_net(vio_tmp); in create_thd()
65 Vio *vio_tmp= create_and_init_vio(); in send_error_and_close_channel() local
67 if (vio_tmp && !my_net_init(&net_tmp, vio_tmp)) in send_error_and_close_channel()
76 if (vio_tmp != NULL) in send_error_and_close_channel()
78 vio_tmp->inactive= TRUE; // channel is already closed. in send_error_and_close_channel()
79 vio_delete(vio_tmp); in send_error_and_close_channel()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/conn_handler/
H A Dchannel_info.cc35 Vio* vio_tmp= create_and_init_vio(); in create_thd() local
36 if (vio_tmp == NULL) in create_thd()
42 vio_delete(vio_tmp); in create_thd()
46 thd->get_protocol_classic()->init_net(vio_tmp); in create_thd()
65 Vio *vio_tmp= create_and_init_vio(); in send_error_and_close_channel() local
67 if (vio_tmp && !my_net_init(&net_tmp, vio_tmp)) in send_error_and_close_channel()
76 if (vio_tmp != NULL) in send_error_and_close_channel()
78 vio_tmp->inactive= TRUE; // channel is already closed. in send_error_and_close_channel()
79 vio_delete(vio_tmp); in send_error_and_close_channel()
/dports/databases/mysql57-client/mysql-5.7.36/sql/conn_handler/
H A Dchannel_info.cc35 Vio* vio_tmp= create_and_init_vio(); in create_thd() local
36 if (vio_tmp == NULL) in create_thd()
42 vio_delete(vio_tmp); in create_thd()
46 thd->get_protocol_classic()->init_net(vio_tmp); in create_thd()
65 Vio *vio_tmp= create_and_init_vio(); in send_error_and_close_channel() local
67 if (vio_tmp && !my_net_init(&net_tmp, vio_tmp)) in send_error_and_close_channel()
76 if (vio_tmp != NULL) in send_error_and_close_channel()
78 vio_tmp->inactive= TRUE; // channel is already closed. in send_error_and_close_channel()
79 vio_delete(vio_tmp); in send_error_and_close_channel()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dmysqld.cc5229 st_vio *vio_tmp; in handle_connections_sockets() local
5432 if (!(vio_tmp=vio_new(new_sock, in handle_connections_sockets()
5436 my_net_init(&thd->net,vio_tmp)) in handle_connections_sockets()
5443 if (vio_tmp && thd->net.vio != vio_tmp) in handle_connections_sockets()
5444 vio_delete(vio_tmp); in handle_connections_sockets()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dmysqld.cc6260 st_vio *vio_tmp; in handle_connections_sockets() local
6478 vio_tmp= mysql_socket_vio_new(new_sock, vio_type, vio_flags); in handle_connections_sockets()
6480 if (!vio_tmp || my_net_init(&thd->net, vio_tmp)) in handle_connections_sockets()
6487 if (vio_tmp && thd->net.vio != vio_tmp) in handle_connections_sockets()
6488 vio_delete(vio_tmp); in handle_connections_sockets()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc6700 st_vio *vio_tmp; in handle_connections_sockets() local
6923 vio_tmp= mysql_socket_vio_new(new_sock, vio_type, vio_flags); in handle_connections_sockets()
6925 if (!vio_tmp || my_net_init(&thd->net, vio_tmp)) in handle_connections_sockets()
6932 if (vio_tmp && thd->net.vio != vio_tmp) in handle_connections_sockets()
6933 vio_delete(vio_tmp); in handle_connections_sockets()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc6690 st_vio *vio_tmp; in handle_connections_sockets() local
6913 vio_tmp= mysql_socket_vio_new(new_sock, vio_type, vio_flags); in handle_connections_sockets()
6915 if (!vio_tmp || my_net_init(&thd->net, vio_tmp)) in handle_connections_sockets()
6922 if (vio_tmp && thd->net.vio != vio_tmp) in handle_connections_sockets()
6923 vio_delete(vio_tmp); in handle_connections_sockets()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dmysqld.cc6700 st_vio *vio_tmp; in handle_connections_sockets() local
6923 vio_tmp= mysql_socket_vio_new(new_sock, vio_type, vio_flags); in handle_connections_sockets()
6925 if (!vio_tmp || my_net_init(&thd->net, vio_tmp)) in handle_connections_sockets()
6932 if (vio_tmp && thd->net.vio != vio_tmp) in handle_connections_sockets()
6933 vio_delete(vio_tmp); in handle_connections_sockets()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dmysqld.cc6983 st_vio *vio_tmp; in handle_connections_sockets() local
7204 vio_tmp= mysql_socket_vio_new(new_sock, vio_type, vio_flags); in handle_connections_sockets()
7206 if (!vio_tmp || my_net_init(&thd->net, vio_tmp)) in handle_connections_sockets()
7213 if (vio_tmp && thd->net.vio != vio_tmp) in handle_connections_sockets()
7214 vio_delete(vio_tmp); in handle_connections_sockets()