Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/HandlerSocket-Plugin-for-MySQL
/ release_lock
Method
release_lock
handlersocket/database.cpp:120–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
return lck_func_get_lock.val_int();
119
}
120
long long release_lock() {
121
return lck_func_release_lock.val_int();
122
}
123
private:
124
Item_string lck_key;
125
Item_int lck_timeout;
Callers
1
unlock_tables_if
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected