Add SYSTEM SUSPEND command #15979, continued

This commit is contained in:
Alexey Milovidov 2021-01-07 22:22:41 +03:00
parent ffa5bbd5fd
commit 9cbb9c6d7c

View File

@ -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: