mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
dbms: development [#CONV-2944].
This commit is contained in:
parent
9df7eca684
commit
cccac5b78b
@ -86,21 +86,10 @@ Block IProfilingBlockInputStream::read()
|
||||
if (is_cancelled_callback && is_cancelled_callback())
|
||||
return Block();
|
||||
|
||||
bool write_log = getShortName() != "Asynchronous";
|
||||
if (write_log)
|
||||
{
|
||||
LOG_TRACE((&Logger::get("Input")), "Reading from " << getShortName());
|
||||
}
|
||||
|
||||
info.work_stopwatch.start();
|
||||
Block res = readImpl();
|
||||
info.work_stopwatch.stop();
|
||||
|
||||
if (write_log)
|
||||
{
|
||||
LOG_TRACE((&Logger::get("Input")), "Read from " << getShortName());
|
||||
}
|
||||
|
||||
/* if (res)
|
||||
{
|
||||
static Poco::FastMutex mutex;
|
||||
|
Loading…
Reference in New Issue
Block a user