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

Function getOST

src/jrd/ods.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180TraNumber getOST(const header_page* page)
181{
182 return (TraNumber) page->hdr_tra_high[OST_INDEX] << BITS_PER_LONG | page->hdr_oldest_snapshot;
183}
184
185void writeNT(header_page* page, TraNumber number)
186{

Callers 7

PPG_print_headerFunction · 0.85
PAG_headerFunction · 0.85
PAG_set_db_readonlyFunction · 0.85
TRA_header_writeFunction · 0.85
TRA_update_countersFunction · 0.85
bump_transaction_idFunction · 0.85
updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected