mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
dbms: development [#CONV-2944].
This commit is contained in:
parent
3f62b5bb2e
commit
8bda876d42
@ -36,7 +36,7 @@ public:
|
||||
|
||||
void cancel()
|
||||
{
|
||||
if (!was_cancelled && !finished)
|
||||
if (sent_query && !was_cancelled && !finished && !got_exception_from_server)
|
||||
{
|
||||
LOG_TRACE(log, "Cancelling query");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user