MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / TDR_shutdown_databases

Function TDR_shutdown_databases

src/alice/tdr.cpp:252–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250//
251
252void TDR_shutdown_databases(tdr* trans)
253{
254 ISC_STATUS_ARRAY status_vector;
255
256 for (tdr* ptr = trans; ptr; ptr = ptr->tdr_next)
257 isc_detach_database(status_vector, &ptr->tdr_db_handle);
258}
259
260
261

Callers 2

TDR_list_limboFunction · 0.85
TDR_reconnect_multipleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected