mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update InterpreterSystemQuery.cpp
This commit is contained in:
parent
fecccc87f6
commit
f4eb19bd69
@ -295,8 +295,7 @@ BlockIO InterpreterSystemQuery::execute()
|
||||
}
|
||||
case Type::SYNC_FILE_CACHE:
|
||||
{
|
||||
// It's too heavy.
|
||||
LOG_DEBUG(log, "will call syscall sync() function, It's too heavy.");
|
||||
LOG_DEBUG(log, "Will perform 'sync' syscall (it can take time).");
|
||||
sync();
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user