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

Function TRA_get_state

src/jrd/tra.cpp:712–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710
711
712int TRA_get_state(thread_db* tdbb, TraNumber number)
713{
714/**************************************
715 *
716 * T R A _ g e t _ s t a t e
717 *
718 **************************************
719 *
720 * Functional description
721 * Get the state of a given transaction on the
722 * transaction inventory page.
723 *
724 **************************************/
725
726 return TPC_snapshot_state(tdbb, number);
727}
728
729
730#ifdef SUPERSERVER_V2

Callers 1

TRA_waitFunction · 0.85

Calls 1

TPC_snapshot_stateFunction · 0.85

Tested by

no test coverage detected