mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Fix style
This commit is contained in:
parent
c1b0769c6d
commit
111bde0436
@ -390,7 +390,7 @@ void MetadataStorageFromDiskTransaction::commit()
|
||||
}
|
||||
catch (Exception & ex)
|
||||
{
|
||||
ex.addMessage(fmt::format("While commiting operation #{}", i));
|
||||
ex.addMessage(fmt::format("While committing operation #{}", i));
|
||||
failed_operation_index = i;
|
||||
state = MetadataFromDiskTransactionState::FAILED;
|
||||
throw;
|
||||
@ -437,7 +437,7 @@ void MetadataStorageFromDiskTransaction::rollback()
|
||||
}
|
||||
else
|
||||
{
|
||||
/// Nothing to do, transaction commited or not even started to commit
|
||||
/// Nothing to do, transaction committed or not even started to commit
|
||||
}
|
||||
|
||||
state = MetadataFromDiskTransactionState::ROLLED_BACK;
|
||||
|
Loading…
Reference in New Issue
Block a user