mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Update StorageMergeTree.cpp
This commit is contained in:
parent
f3f6cfdcbb
commit
ff70d26c23
@ -551,7 +551,7 @@ void StorageMergeTree::waitForMutation(Int64 version, const String & mutation_id
|
|||||||
{
|
{
|
||||||
LOG_INFO(log, "Waiting mutation: {}", mutation_id);
|
LOG_INFO(log, "Waiting mutation: {}", mutation_id);
|
||||||
{
|
{
|
||||||
auto check = [version, this]()
|
auto check = [version, wait_for_another_mutation, this]()
|
||||||
{
|
{
|
||||||
if (shutdown_called)
|
if (shutdown_called)
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user