MCPcopy 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
483static 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
491static void coll_free(struct user_coll *c)

Callers 2

coll_freeFunction · 0.85
server_audit_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected