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

Method release

src/jrd/Savepoint.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void UndoItem::release(jrd_tra* transaction)
70{
71 if (m_format)
72 {
73 transaction->getUndoSpace()->releaseSpace(m_offset, m_format->fmt_length);
74 m_format = NULL;
75 }
76}
77
78
79// VerbAction implementation

Callers 2

mergeToMethod · 0.45
cleanupTempDataMethod · 0.45

Calls 9

releaseSpaceMethod · 0.80
getUndoSpaceMethod · 0.80
getNumberMethod · 0.80
isChangingMethod · 0.80
resetFunction · 0.50
getFirstMethod · 0.45
currentMethod · 0.45
getNextMethod · 0.45
releaseSavepointMethod · 0.45

Tested by

no test coverage detected