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

Class tablevec_entry

handlersocket/database.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96};
97
98struct tablevec_entry {
99 TABLE *table;
100 size_t refcount;
101 bool modified;
102 tablevec_entry() : table(0), refcount(0), modified(false) { }
103};
104
105struct expr_user_lock : private noncopyable {
106 expr_user_lock(THD *thd, int timeout)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected