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

Method table_release

handlersocket/database.cpp:509–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509void
510dbcontext::table_release(size_t tbl_id)
511{
512 table_vec[tbl_id].refcount -= 1;
513 DBG_REFCNT(fprintf(stderr, "%p %zu %zu release\n", this, tbl_id,
514 table_vec[tbl_id].refcount));
515}
516
517void
518dbcontext::resp_record(dbcallback_i& cb, TABLE *const table,

Callers 2

~prep_stmtMethod · 0.80
database.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected