MCPcopy 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
765static 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_limboFunction · 0.85
TDR_reconnect_multipleFunction · 0.85

Calls 1

reattach_databaseFunction · 0.85

Tested by

no test coverage detected