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

Method rollback

src/jrd/replication/Replicator.h:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 void rollback(Firebird::CheckStatusWrapper* status) override
192 {
193 m_replicator->rollbackTransaction(status, this);
194 }
195
196 void startSavepoint(Firebird::CheckStatusWrapper* status) override
197 {

Callers 1

REPL_trans_rollbackFunction · 0.45

Calls 1

rollbackTransactionMethod · 0.45

Tested by

no test coverage detected