瀏覽代碼

Merge pull request #934 from BilyZ98:master

PiperOrigin-RevId: 420645080
main
Victor Costan 2 年之前
父節點
當前提交
068a0f1214
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      db/version_set.cc

+ 1
- 1
db/version_set.cc 查看文件

@ -1303,7 +1303,7 @@ Compaction* VersionSet::PickCompaction() {
return c;
}
// Finds the largest key in a vector of files. Returns true if files it not
// Finds the largest key in a vector of files. Returns true if files is not
// empty.
bool FindLargestKey(const InternalKeyComparator& icmp,
const std::vector<FileMetaData*>& files,

Loading…
取消
儲存