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

Function PAG_set_repl_sequence

src/jrd/pag.cpp:1956–1971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1954
1955
1956void PAG_set_repl_sequence(thread_db* tdbb, FB_UINT64 sequence)
1957{
1958/**************************************
1959 *
1960 * P A G _ s e t _ r e p l _ s e q u e n c e
1961 *
1962 **************************************
1963 *
1964 * Functional description
1965 * Set replication sequence.
1966 *
1967 **************************************/
1968
1969 SET_TDBB(tdbb);
1970 add_clump(tdbb, HDR_repl_seq, sizeof(FB_UINT64), (UCHAR*) &sequence, CLUMP_REPLACE);
1971}
1972
1973
1974void PAG_set_sweep_interval(thread_db* tdbb, SLONG interval)

Callers 1

setReplSequenceMethod · 0.85

Calls 2

SET_TDBBFunction · 0.85
add_clumpFunction · 0.85

Tested by

no test coverage detected