mirror of
https://github.com/google/leveldb.git
synced 2026-08-18 10:33:27 +08:00
Merge pull request #934 from BilyZ98:master
PiperOrigin-RevId: 420645080
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user