mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Add SYSTEM SUSPEND command #15979, continued
This commit is contained in:
parent
ffa5bbd5fd
commit
9cbb9c6d7c
@ -246,6 +246,7 @@ BlockIO InterpreterSystemQuery::execute()
|
||||
copyData(res->err, out);
|
||||
if (!out.str().empty())
|
||||
LOG_DEBUG(log, "The command returned output: {}", command, out.str());
|
||||
res->wait();
|
||||
break;
|
||||
}
|
||||
case Type::DROP_DNS_CACHE:
|
||||
|
Loading…
Reference in New Issue
Block a user