Fix compaction_job_stats under ROCKSDB_LITE
Summary: Fix compaction_job_stats under ROCKSDB_LITE Test Plan: compile using ROCKSDB_LITE Reviewers: yhchiang, igor, sdong Reviewed By: sdong Subscribers: dhruba Differential Revision: https://reviews.facebook.net/D46887
This commit is contained in:
parent
592f6bf782
commit
7143242d12
@ -73,6 +73,8 @@ void CompactionJobStats::Add(const CompactionJobStats& stats) {
|
||||
|
||||
void CompactionJobStats::Reset() {}
|
||||
|
||||
void CompactionJobStats::Add(const CompactionJobStats& stats) {}
|
||||
|
||||
#endif // !ROCKSDB_LITE
|
||||
|
||||
} // namespace rocksdb
|
||||
|
Loading…
Reference in New Issue
Block a user