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

Method setReplSequence

src/jrd/Database.cpp:400–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 }
399
400 void Database::setReplSequence(thread_db* tdbb, FB_UINT64 sequence)
401 {
402 if (dbb_repl_sequence != sequence)
403 {
404 PAG_set_repl_sequence(tdbb, sequence);
405 dbb_repl_sequence = sequence;
406 }
407 }
408
409 bool Database::isReplicating(thread_db* tdbb)
410 {

Callers 1

flushMethod · 0.80

Calls 1

PAG_set_repl_sequenceFunction · 0.85

Tested by

no test coverage detected