MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / onException

Method onException

src/Interpreters/MergeTreeTransaction.cpp:402–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402void MergeTreeTransaction::onException()
403{
404 TransactionLog::instance().rollbackTransaction(shared_from_this());
405}
406
407String MergeTreeTransaction::dumpDescription() const
408{

Callers 6

executeMethod · 0.45
ifFunction · 0.45
executeQueryImplFunction · 0.45
executeQueryFunction · 0.45
executeTrivialBlockIOFunction · 0.45

Calls 1

rollbackTransactionMethod · 0.80

Tested by

no test coverage detected