Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ reattach_databases
Function
reattach_databases
src/alice/tdr.cpp:765–769 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
763
//
764
765
static void reattach_databases(tdr* trans)
766
{
767
for (tdr* ptr = trans; ptr; ptr = ptr->tdr_next)
768
reattach_database(ptr);
769
}
770
771
772
Callers
2
TDR_list_limbo
Function · 0.85
TDR_reconnect_multiple
Function · 0.85
Calls
1
reattach_database
Function · 0.85
Tested by
no test coverage detected