Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ get_lock
Method
get_lock
plugin/handler_socket/handlersocket/database.cpp:116–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
lck_func_release_lock.fix_fields(thd, 0);
115
}
116
long long get_lock() {
117
return lck_func_get_lock.val_int();
118
}
119
long long release_lock() {
120
return lck_func_release_lock.val_int();
121
}
Callers
1
lock_tables_if
Method · 0.45
Calls
1
val_int
Method · 0.45
Tested by
no test coverage detected