Home
last modified time | relevance | path

Searched refs:ACL_PREALLOC_SIZE (Results 1 – 14 of 14) sorted by relevance

/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/auth/
H A Dsql_auth_cache.h273 const size_t ACL_PREALLOC_SIZE = 10U; variable
274 extern Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users;
275 extern Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users;
276 extern Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs;
277 extern Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts;
H A Dsql_auth_cache.cc63 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users= NULL;
64 Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users= NULL;
65 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs= NULL;
66 Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts= NULL;
1097 new Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE>(key_memory_acl_mem); in init_check_host()
2109 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *old_acl_users= acl_users; in acl_reload()
2110 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *old_acl_dbs= acl_dbs; in acl_reload()
2112 ACL_PREALLOC_SIZE> *old_acl_proxy_users = acl_proxy_users; in acl_reload()
2115 ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
2117 ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/auth/
H A Dsql_auth_cache.h272 const size_t ACL_PREALLOC_SIZE = 10U; variable
273 extern Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users;
274 extern Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users;
275 extern Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs;
276 extern Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts;
H A Dsql_auth_cache.cc62 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users= NULL;
63 Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users= NULL;
64 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs= NULL;
65 Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts= NULL;
1093 new Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE>(key_memory_acl_mem); in init_check_host()
2103 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *old_acl_users= acl_users; in acl_reload()
2104 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *old_acl_dbs= acl_dbs; in acl_reload()
2106 ACL_PREALLOC_SIZE> *old_acl_proxy_users = acl_proxy_users; in acl_reload()
2109 ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
2111 ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/auth/
H A Dsql_auth_cache.h279 const size_t ACL_PREALLOC_SIZE = 10U; variable
280 extern Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users;
281 extern Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users;
282 extern Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs;
283 extern Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts;
H A Dsql_auth_cache.cc64 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users= NULL;
65 Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users= NULL;
66 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs= NULL;
67 Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts= NULL;
1130 new Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE>(key_memory_acl_mem); in init_check_host()
2360 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *old_acl_users= acl_users; in acl_reload()
2361 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *old_acl_dbs= acl_dbs; in acl_reload()
2363 ACL_PREALLOC_SIZE> *old_acl_proxy_users = acl_proxy_users; in acl_reload()
2366 ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
2368 ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/auth/
H A Dsql_auth_cache.h279 const size_t ACL_PREALLOC_SIZE = 10U; variable
280 extern Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users;
281 extern Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users;
282 extern Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs;
283 extern Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts;
H A Dsql_auth_cache.cc64 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users= NULL;
65 Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users= NULL;
66 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs= NULL;
67 Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts= NULL;
1130 new Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE>(key_memory_acl_mem); in init_check_host()
2360 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *old_acl_users= acl_users; in acl_reload()
2361 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *old_acl_dbs= acl_dbs; in acl_reload()
2363 ACL_PREALLOC_SIZE> *old_acl_proxy_users = acl_proxy_users; in acl_reload()
2366 ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
2368 ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/auth/
H A Dsql_auth_cache.h279 const size_t ACL_PREALLOC_SIZE = 10U; variable
280 extern Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users;
281 extern Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users;
282 extern Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs;
283 extern Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts;
H A Dsql_auth_cache.cc64 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users= NULL;
65 Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users= NULL;
66 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs= NULL;
67 Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts= NULL;
1130 new Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE>(key_memory_acl_mem); in init_check_host()
2360 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *old_acl_users= acl_users; in acl_reload()
2361 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *old_acl_dbs= acl_dbs; in acl_reload()
2363 ACL_PREALLOC_SIZE> *old_acl_proxy_users = acl_proxy_users; in acl_reload()
2366 ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
2368 ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql/auth/
H A Dsql_auth_cache.h279 const size_t ACL_PREALLOC_SIZE = 10U; variable
280 extern Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users;
281 extern Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users;
282 extern Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs;
283 extern Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts;
H A Dsql_auth_cache.cc62 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users= NULL;
63 Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users= NULL;
64 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs= NULL;
65 Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts= NULL;
1094 new Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE>(key_memory_acl_mem); in init_check_host()
2104 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *old_acl_users= acl_users; in acl_reload()
2105 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *old_acl_dbs= acl_dbs; in acl_reload()
2107 ACL_PREALLOC_SIZE> *old_acl_proxy_users = acl_proxy_users; in acl_reload()
2110 ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
2112 ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/auth/
H A Dsql_auth_cache.h404 const size_t ACL_PREALLOC_SIZE = 10U; variable
405 extern Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users;
406 extern Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users;
407 extern Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs;
408 extern Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts;
H A Dsql_auth_cache.cc129 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *acl_users = nullptr;
130 Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *acl_proxy_users = nullptr;
131 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *acl_dbs = nullptr;
132 Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE> *acl_wild_hosts = nullptr;
1335 acl_wild_hosts = new Prealloced_array<ACL_HOST_AND_IP, ACL_PREALLOC_SIZE>( in init_check_host()
2056 Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE> *old_acl_users = nullptr; in acl_reload()
2057 Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE> *old_acl_dbs = nullptr; in acl_reload()
2058 Prealloced_array<ACL_PROXY_USER, ACL_PREALLOC_SIZE> *old_acl_proxy_users = in acl_reload()
2140 new Prealloced_array<ACL_USER, ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
2141 acl_dbs = new Prealloced_array<ACL_DB, ACL_PREALLOC_SIZE>(key_memory_acl_mem); in acl_reload()
[all …]