mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update src/Interpreters/TransactionLog.cpp
Co-authored-by: Alexander Tokmakov <tavplubix@gmail.com>
This commit is contained in:
parent
0511f5e635
commit
73a506b996
@ -603,7 +603,7 @@ void TransactionLog::assertTIDIsNotOutdated(const TransactionID & tid, const std
|
||||
|
||||
/// At this point of execution tail is lesser that tid.start_csn
|
||||
/// This mean that transaction is either outdated or just has been committed concurrently and the tail moved forward.
|
||||
/// If the second case takes palece transaction's commit csn has to be set.
|
||||
/// If the second case takes place transaction's commit csn has to be set.
|
||||
/// We should load CSN again to distinguish the second case.
|
||||
if (failback_with_strict_load_csn)
|
||||
if (CSN maybe_csn = failback_with_strict_load_csn->load())
|
||||
|
Loading…
Reference in New Issue
Block a user