Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
402
void MergeTreeTransaction::onException()
403
{
404
TransactionLog::instance().rollbackTransaction(shared_from_this());
405
}
406
407
String MergeTreeTransaction::dumpDescription() const
408
{
Callers
6
execute
Method · 0.45
if
Function · 0.45
executeQueryImpl
Function · 0.45
executeQuery
Function · 0.45
executeTrivialBlockIO
Function · 0.45
executeCombinedPipeline
Method · 0.45
Calls
1
rollbackTransaction
Method · 0.80
Tested by
no test coverage detected