Commit 8862756d authored by groot's avatar groot
Browse files

typo

parent 07ac2e32
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1838,10 +1838,10 @@ MySQLMetaImpl::CleanUpFilesWithTTL(uint64_t seconds, CleanUpFilter* filter) {

                    idsToDelete.emplace_back(std::to_string(table_file.id_));
                    table_ids.insert(table_file.table_id_);
                }

                    clean_files++;
                }
            }

            // delete file from meta
            if (!idsToDelete.empty()) {
+2 −2
Original line number Diff line number Diff line
@@ -1353,10 +1353,10 @@ SqliteMetaImpl::CleanUpFilesWithTTL(uint64_t seconds, CleanUpFilter* filter) {

                    ENGINE_LOG_DEBUG << "Remove file id:" << table_file.file_id_ << " location:" << table_file.location_;
                    table_ids.insert(table_file.table_id_);
                }

                    clean_files++;
                }
            }
            return true;
        });