浏览代码

Fixed typo in comment in version_set.h.

Flagged by presubmit check.

PiperOrigin-RevId: 243118632
main
Chris Mumford 5 年前
父节点
当前提交
71ed7c401e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      db/version_set.h

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

@ -375,7 +375,7 @@ class Compaction {
// Each compaction reads inputs from "level_" and "level_+1"
std::vector<FileMetaData*> inputs_[2]; // The two sets of inputs
// State used to check for number of of overlapping grandparent files
// State used to check for number of overlapping grandparent files
// (parent == level_ + 1, grandparent == level_ + 2)
std::vector<FileMetaData*> grandparents_;
size_t grandparent_index_; // Index in grandparent_starts_

正在加载...
取消
保存