mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Merge
This commit is contained in:
parent
bd57afb76c
commit
a5bf937335
@ -67,7 +67,7 @@ protected:
|
||||
{
|
||||
Block res;
|
||||
|
||||
while (!res)
|
||||
while (!res && !isCancelled())
|
||||
{
|
||||
if (!task && !getNewTask())
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user