Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ coll_init
Function
coll_init
plugin/server_audit/server_audit.cc:483–488 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
481
482
483
static void coll_init(struct user_coll *c)
484
{
485
c->n_users= 0;
486
c->users= 0;
487
c->n_alloced= 0;
488
}
489
490
491
static void coll_free(struct user_coll *c)
Callers
2
coll_free
Function · 0.85
server_audit_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected