ソースを参照

Fix version_set.cc comments typo

Fix typo of comment of FindLargestKey function
main
zzt 3年前
committed by GitHub
コミット
11aafab31f
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      db/version_set.cc

+ 1
- 1
db/version_set.cc ファイルの表示

@ -1304,7 +1304,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,

読み込み中…
キャンセル
保存