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

Method forceJournalSwitch

src/jrd/replication/Manager.h:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 void flush(Firebird::UCharBuffer* buffer, bool sync, bool prepare);
79
80 void forceJournalSwitch()
81 {
82 if (m_changeLog)
83 m_changeLog->forceSwitch();
84 }
85
86 const Replication::Config* getConfig() const
87 {

Callers 1

REPL_journal_switchFunction · 0.80

Calls 1

forceSwitchMethod · 0.80

Tested by

no test coverage detected