mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
Fix commit
This commit is contained in:
parent
f5bdef4435
commit
a89b57aeb6
@ -370,7 +370,7 @@ Coordination::Error KeeperStorage::commit(int64_t commit_zxid, int64_t session_i
|
||||
|
||||
return Coordination::Error::ZOK;
|
||||
}
|
||||
else if constexpr (std::same_as<DeltaType, KeeperStorage::SetACLDelta>)
|
||||
else if constexpr (std::same_as<DeltaType, KeeperStorage::ErrorDelta>)
|
||||
return operation.error;
|
||||
else if constexpr (std::same_as<DeltaType, KeeperStorage::SubDeltaEnd>)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user