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

Function getOIT

src/jrd/ods.cpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170TraNumber getOIT(const header_page* page)
171{
172 return (TraNumber) page->hdr_tra_high[OIT_INDEX] << BITS_PER_LONG | page->hdr_oldest_transaction;
173}
174
175TraNumber getOAT(const header_page* page)
176{

Callers 12

PPG_print_headerFunction · 0.85
loadInventoryPagesMethod · 0.85
clearMethod · 0.85
write_pageFunction · 0.85
PAG_headerFunction · 0.85
PAG_set_db_readonlyFunction · 0.85
TRA_header_writeFunction · 0.85
TRA_update_countersFunction · 0.85
TRA_sweepFunction · 0.85
bump_transaction_idFunction · 0.85
transaction_startFunction · 0.85
updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected