MCPcopy 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
104static 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_lock_shareFunction · 0.70
tdc_share_is_cachedFunction · 0.70
tdc_acquire_shareFunction · 0.70
tdc_iterateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected