Ver código fonte
Fix version_set.cc comments typo
Fix typo of comment of FindLargestKey function
xry
zzt
3 anos atrás
committed by
GitHub
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com
1 adições e
1 exclusões
-
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, |
|
|
|