Home
last modified time | relevance | path

Searched refs:hash_user_connections (Results 1 – 19 of 19) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_connect.cc118 *hash_user_connections; variable
134 if (it == hash_user_connections->end()) { in get_or_create_user_conn()
150 hash_user_connections->emplace(std::string(temp_user, temp_len), in get_or_create_user_conn()
255 hash_user_connections->erase(std::string(uc->user, uc->len)); in decrease_user_connections()
278 hash_user_connections->erase(std::string(uc->user, uc->len)); in release_user_connection()
329 hash_user_connections = in init_max_user_conn()
335 delete hash_user_connections; in free_max_user_conn()
336 hash_user_connections = nullptr; in free_max_user_conn()
352 hash_user_connections->find(std::string(temp_user, temp_len)); in reset_mqh()
353 if (it != hash_user_connections->end()) { in reset_mqh()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_connect.cc76 static HASH hash_user_connections; variable
93 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
113 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
232 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
259 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in release_user_connection()
368 my_hash_init(&hash_user_connections,system_charset_info,max_connections, in init_max_user_conn()
379 my_hash_free(&hash_user_connections); in free_max_user_conn()
397 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
410 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
413 my_hash_element(&hash_user_connections, idx); in reset_mqh()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_connect.cc76 static HASH hash_user_connections; variable
93 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
113 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
232 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
259 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in release_user_connection()
368 my_hash_init(&hash_user_connections,system_charset_info,max_connections, in init_max_user_conn()
379 my_hash_free(&hash_user_connections); in free_max_user_conn()
397 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
410 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
413 my_hash_element(&hash_user_connections, idx); in reset_mqh()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_connect.cc73 static HASH hash_user_connections; variable
90 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
109 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
228 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
255 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in release_user_connection()
364 my_hash_init(&hash_user_connections,system_charset_info,max_connections, in init_max_user_conn()
374 my_hash_free(&hash_user_connections); in free_max_user_conn()
392 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
405 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
408 my_hash_element(&hash_user_connections, idx); in reset_mqh()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_connect.cc65 static HASH hash_user_connections; variable
82 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
101 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
212 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
239 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in release_user_connection()
347 my_hash_init(&hash_user_connections,system_charset_info,max_connections, in init_max_user_conn()
357 my_hash_free(&hash_user_connections); in free_max_user_conn()
375 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
388 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
391 my_hash_element(&hash_user_connections, idx); in reset_mqh()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_connect.cc76 static HASH hash_user_connections; variable
93 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
112 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
231 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
258 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in release_user_connection()
367 my_hash_init(&hash_user_connections,system_charset_info,max_connections, in init_max_user_conn()
377 my_hash_free(&hash_user_connections); in free_max_user_conn()
395 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
408 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
411 my_hash_element(&hash_user_connections, idx); in reset_mqh()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_connect.cc79 static HASH hash_user_connections; variable
96 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
116 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
235 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
262 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in release_user_connection()
371 my_hash_init(&hash_user_connections,system_charset_info,max_connections, in init_max_user_conn()
382 my_hash_free(&hash_user_connections); in free_max_user_conn()
400 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
413 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
416 my_hash_element(&hash_user_connections, idx); in reset_mqh()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_connect.cc91 static HASH hash_user_connections; variable
108 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
127 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
690 for (ulong idx= 0; idx < hash_user_connections.records; idx++) in refresh_concurrent_conn_stats()
694 my_hash_element(&hash_user_connections, idx)); in refresh_concurrent_conn_stats()
807 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
834 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in release_user_connection()
957 my_hash_free(&hash_user_connections); in free_max_user_conn()
975 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
988 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_connect.cc91 static HASH hash_user_connections; variable
108 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
127 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
690 for (ulong idx= 0; idx < hash_user_connections.records; idx++) in refresh_concurrent_conn_stats()
694 my_hash_element(&hash_user_connections, idx)); in refresh_concurrent_conn_stats()
807 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
834 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in release_user_connection()
957 my_hash_free(&hash_user_connections); in free_max_user_conn()
975 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
988 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_connect.cc93 static HASH hash_user_connections; variable
110 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
130 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
726 for (ulong idx= 0; idx < hash_user_connections.records; idx++) in refresh_concurrent_conn_stats()
730 my_hash_element(&hash_user_connections, idx)); in refresh_concurrent_conn_stats()
843 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
870 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in release_user_connection()
994 my_hash_free(&hash_user_connections); in free_max_user_conn()
1012 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
1025 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_connect.cc93 static HASH hash_user_connections; variable
110 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
130 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
726 for (ulong idx= 0; idx < hash_user_connections.records; idx++) in refresh_concurrent_conn_stats()
730 my_hash_element(&hash_user_connections, idx)); in refresh_concurrent_conn_stats()
843 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
870 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in release_user_connection()
994 my_hash_free(&hash_user_connections); in free_max_user_conn()
1012 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
1025 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_connect.cc93 static HASH hash_user_connections; variable
110 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
130 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
726 for (ulong idx= 0; idx < hash_user_connections.records; idx++) in refresh_concurrent_conn_stats()
730 my_hash_element(&hash_user_connections, idx)); in refresh_concurrent_conn_stats()
843 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
870 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in release_user_connection()
994 my_hash_free(&hash_user_connections); in free_max_user_conn()
1012 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
1025 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_connect.cc91 static HASH hash_user_connections; variable
108 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
127 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
690 for (ulong idx= 0; idx < hash_user_connections.records; idx++) in refresh_concurrent_conn_stats()
694 my_hash_element(&hash_user_connections, idx)); in refresh_concurrent_conn_stats()
807 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
834 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in release_user_connection()
957 my_hash_free(&hash_user_connections); in free_max_user_conn()
975 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
988 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_connect.cc61 static HASH hash_user_connections; variable
79 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
97 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
220 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
325 my_hash_init(key_memory_user_conn, &hash_user_connections, in init_max_user_conn()
335 my_hash_free(&hash_user_connections); in free_max_user_conn()
353 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
366 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
369 my_hash_element(&hash_user_connections, idx); in reset_mqh()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_connect.cc60 static HASH hash_user_connections; variable
78 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
96 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
219 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
324 my_hash_init(&hash_user_connections, system_charset_info, max_connections, in init_max_user_conn()
334 my_hash_free(&hash_user_connections); in free_max_user_conn()
352 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
365 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
368 my_hash_element(&hash_user_connections, idx); in reset_mqh()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_connect.cc60 static HASH hash_user_connections; variable
78 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
96 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
219 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
324 my_hash_init(&hash_user_connections, system_charset_info, max_connections, in init_max_user_conn()
334 my_hash_free(&hash_user_connections); in free_max_user_conn()
352 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
365 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
368 my_hash_element(&hash_user_connections, idx); in reset_mqh()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_connect.cc56 static HASH hash_user_connections; variable
74 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
92 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
215 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
320 my_hash_init(&hash_user_connections, system_charset_info, max_connections, in init_max_user_conn()
330 my_hash_free(&hash_user_connections); in free_max_user_conn()
348 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
361 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
364 my_hash_element(&hash_user_connections, idx); in reset_mqh()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_connect.cc56 static HASH hash_user_connections; variable
74 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
92 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
215 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
320 my_hash_init(&hash_user_connections, system_charset_info, max_connections, in init_max_user_conn()
330 my_hash_free(&hash_user_connections); in free_max_user_conn()
348 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
361 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
364 my_hash_element(&hash_user_connections, idx); in reset_mqh()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_connect.cc61 static HASH hash_user_connections; variable
79 if (!(uc = (struct user_conn *) my_hash_search(&hash_user_connections, in get_or_create_user_conn()
97 if (my_hash_insert(&hash_user_connections, (uchar*) uc)) in get_or_create_user_conn()
220 (void) my_hash_delete(&hash_user_connections,(uchar*) uc); in decrease_user_connections()
325 my_hash_init(key_memory_user_conn, &hash_user_connections, in init_max_user_conn()
335 my_hash_free(&hash_user_connections); in free_max_user_conn()
353 if ((uc = (struct user_conn *) my_hash_search(&hash_user_connections, in reset_mqh()
366 for (uint idx=0;idx < hash_user_connections.records; idx++) in reset_mqh()
369 my_hash_element(&hash_user_connections, idx); in reset_mqh()