Update the AddDBStats in LITE

Summary: Closes https://github.com/facebook/rocksdb/pull/2525

Differential Revision: D5356859

Pulled By: maysamyabandeh

fbshipit-source-id: f593adad2a8aab12dcd6ab25db076eca51d30d34
main
Maysam Yabandeh 7 years ago committed by Facebook Github Bot
parent 1e34d07e18
commit 7604b463b5
  1. 3
      db/internal_stats.h

@ -555,7 +555,8 @@ class InternalStats {
void AddCFStats(InternalCFStatsType type, uint64_t value) {}
void AddDBStats(InternalDBStatsType type, uint64_t value) {}
void AddDBStats(InternalDBStatsType type, uint64_t value,
bool concurrent = false) {}
HistogramImpl* GetFileReadHist(int level) { return nullptr; }

Loading…
Cancel
Save