mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 09:22:05 +00:00
Fix error
This commit is contained in:
parent
c386898268
commit
8eb751fbe5
@ -1487,7 +1487,9 @@ void ClientBase::cancelQuery()
|
||||
if (need_render_progress && tty_buf)
|
||||
progress_indication.clearProgressOutput(*tty_buf);
|
||||
|
||||
std::cout << "Cancelling query." << std::endl;
|
||||
if (is_interactive)
|
||||
std::cout << "Cancelling query." << std::endl;
|
||||
|
||||
cancelled = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user