Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/perfschema/
H A Dtable_user_defined_functions.cc95 count = udf_hash_size(); in get_row_count()
130 size = udf_hash_size(); in materialize()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_udf.h138 ulong udf_hash_size(void);
H A Dsql_udf.cc932 ulong udf_hash_size(void) { return udf_hash->size(); } in udf_hash_size() function