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

Method get_lock

handlersocket/database.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 lck_func_release_lock.fix_fields(thd, 0);
116 }
117 long long get_lock() {
118 return lck_func_get_lock.val_int();
119 }
120 long long release_lock() {
121 return lck_func_release_lock.val_int();
122 }

Callers 1

lock_tables_ifMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected