mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 05:32:52 +00:00
better comment
This commit is contained in:
parent
e3579f215f
commit
aec386f60e
@ -153,7 +153,7 @@ void DatabaseOrdinary::loadTables(
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// There are files .sql.tmp and .sql.tmp_drop - delete
|
/// There are files .sql.tmp - delete
|
||||||
if (endsWith(dir_it.name(), ".sql.tmp"))
|
if (endsWith(dir_it.name(), ".sql.tmp"))
|
||||||
{
|
{
|
||||||
LOG_INFO(log, "Removing file " << dir_it->path());
|
LOG_INFO(log, "Removing file " << dir_it->path());
|
||||||
|
Loading…
Reference in New Issue
Block a user