mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Merge
This commit is contained in:
parent
d1cb4373b3
commit
65a18f7afa
@ -91,6 +91,10 @@ void StorageChunks::loadIndex()
|
||||
index_loaded = true;
|
||||
|
||||
String index_path = path + escapeForFileName(name) + "/chunks.chn";
|
||||
|
||||
if (!Poco::File(index_path).exists())
|
||||
return;
|
||||
|
||||
ReadBufferFromFile index(index_path, 4096);
|
||||
while (!index.eof())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user