better comment

This commit is contained in:
Nikita Mikhaylov 2019-08-09 16:15:23 +03:00
parent e3579f215f
commit aec386f60e

View File

@ -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());