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

Function CCH_tra_precedence

src/jrd/cch.cpp:1802–1811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1800
1801
1802void CCH_tra_precedence(thread_db* tdbb, WIN* window, TraNumber traNum)
1803{
1804 /*
1805 if (traNum <= tdbb->getDatabase()->dbb_last_header_write)
1806 {
1807 return;
1808 }
1809 */
1810 check_precedence(tdbb, window, PageNumber(TRANS_PAGE_SPACE, traNum));
1811}
1812
1813void CCH_precedence(thread_db* tdbb, WIN* window, PageNumber page)
1814{

Callers

nothing calls this directly

Calls 2

check_precedenceFunction · 0.85
PageNumberClass · 0.70

Tested by

no test coverage detected