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

Function writeOAT

src/jrd/ods.cpp:201–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void writeOAT(header_page* page, TraNumber number)
202{
203 page->hdr_oldest_active = (ULONG) (number & MAX_ULONG);
204 const SLONG high_word = number >> BITS_PER_LONG;
205 fb_assert(high_word <= MAX_USHORT);
206 page->hdr_tra_high[OAT_INDEX] = (USHORT) high_word;
207}
208
209void writeOST(header_page* page, TraNumber number)
210{

Callers 3

TRA_header_writeFunction · 0.85
TRA_update_countersFunction · 0.85
bump_transaction_idFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected