mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Fix
This commit is contained in:
parent
b1f5805647
commit
5e84c75942
@ -818,6 +818,9 @@ void registerStorageFileLog(StorageFactory & factory)
|
||||
|
||||
bool StorageFileLog::updateFileInfos()
|
||||
{
|
||||
if (file_infos.file_names.empty())
|
||||
return false;
|
||||
|
||||
if (!directory_watch)
|
||||
{
|
||||
/// For table just watch one file, we can not use directory monitor to watch it
|
||||
|
Loading…
Reference in New Issue
Block a user