Mark BlobIndex::DebugString const

Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/6157

Test Plan: make check

Differential Revision: D18944259

Pulled By: ltamasi

fbshipit-source-id: 7fb29447b52d801215bd6ab811e229a7fa2c763d
main
Levi Tamasi 5 years ago committed by Facebook Github Bot
parent 1ad6fa9cc7
commit e1dfe80fe0
  1. 2
      db/blob_index.h

@ -111,7 +111,7 @@ class BlobIndex {
return Status::OK();
}
std::string DebugString(bool output_hex) {
std::string DebugString(bool output_hex) const {
std::ostringstream oss;
if (IsInlined()) {

Loading…
Cancel
Save