From 7604b463b5dd7bc3017b675c4ec25c98caa64b7d Mon Sep 17 00:00:00 2001 From: Maysam Yabandeh Date: Fri, 30 Jun 2017 10:48:03 -0700 Subject: [PATCH] Update the AddDBStats in LITE Summary: Closes https://github.com/facebook/rocksdb/pull/2525 Differential Revision: D5356859 Pulled By: maysamyabandeh fbshipit-source-id: f593adad2a8aab12dcd6ab25db076eca51d30d34 --- db/internal_stats.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db/internal_stats.h b/db/internal_stats.h index 01cc651a6..5632b39c8 100644 --- a/db/internal_stats.h +++ b/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; }