Update the AddDBStats in LITE

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

Differential Revision: D5356859

Pulled By: maysamyabandeh

fbshipit-source-id: f593adad2a8aab12dcd6ab25db076eca51d30d34
This commit is contained in:
Maysam Yabandeh 2017-06-30 10:48:03 -07:00 committed by Facebook Github Bot
parent 1e34d07e18
commit 7604b463b5

View File

@ -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; }