Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ fix_thd_pins
Function
fix_thd_pins
sql/table_cache.cc:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
103
104
static int fix_thd_pins(THD *thd)
105
{
106
return thd->tdc_hash_pins ? 0 :
107
(thd->tdc_hash_pins= lf_hash_get_pins(&tdc_hash)) == 0;
108
}
109
110
111
/*
Callers
5
tdc_delete_share_from_hash
Function · 0.70
tdc_lock_share
Function · 0.70
tdc_share_is_cached
Function · 0.70
tdc_acquire_share
Function · 0.70
tdc_iterate
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected