Home
last modified time | relevance | path

Searched refs:get_global_acl_cache_size (Results 1 – 3 of 3) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/auth/
H A Dauth_common.h828 ulong get_global_acl_cache_size();
H A Dsql_auth_cache.cc106 ulong get_global_acl_cache_size() { return g_acl_cache->size(); } in get_global_acl_cache_size() function
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dmysqld.cc8576 *value = static_cast<long>(get_global_acl_cache_size()); in show_acl_cache_items_count()