Fix Clang release build broken by 5582123dee

Summary:
5582123dee broken CLANG release build because of an unexpected change. Fix it.
Closes https://github.com/facebook/rocksdb/pull/2443

Differential Revision: D5236297

Pulled By: siying

fbshipit-source-id: 1b410adf13ded149c53e8235e9ea9f3130fb5403
main
Siying Dong 7 years ago committed by Facebook Github Bot
parent 0175d58c3c
commit 5d5a28a98c
  1. 2
      db/version_set.cc

@ -228,7 +228,9 @@ class FilePicker {
unsigned int hit_file_level_;
int32_t search_left_bound_;
int32_t search_right_bound_;
#ifndef NDEBUG
std::vector<FileMetaData*>* files_;
#endif
autovector<LevelFilesBrief>* level_files_brief_;
bool search_ended_;
bool is_hit_file_last_in_level_;

Loading…
Cancel
Save