MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / table_addref

Method table_addref

handlersocket/database.cpp:501–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501void
502dbcontext::table_addref(size_t tbl_id)
503{
504 table_vec[tbl_id].refcount += 1;
505 DBG_REFCNT(fprintf(stderr, "%p %zu %zu addref\n", this, tbl_id,
506 table_vec[tbl_id].refcount));
507}
508
509void
510dbcontext::table_release(size_t tbl_id)

Callers 2

prep_stmtMethod · 0.80
database.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected