소스 검색

lack of sequence and type in comments to introduce entry format

xry
andy 6 년 전
부모
커밋
f314b63e5e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      db/memtable.cc

+ 1
- 0
db/memtable.cc 파일 보기

@ -85,6 +85,7 @@ void MemTable::Add(SequenceNumber s, ValueType type,
// Format of an entry is concatenation of:
// key_size : varint32 of internal_key.size()
// key bytes : char[internal_key.size()]
// tag : uint64((sequence << 8) | type)
// value_size : varint32 of value.size()
// value bytes : char[value.size()]
size_t key_size = key.size();

불러오는 중...
취소
저장