diff --git a/db/db_impl.cc b/db/db_impl.cc index 565fbba..6db14f3 100644 --- a/db/db_impl.cc +++ b/db/db_impl.cc @@ -1153,6 +1153,8 @@ Status DBImpl::Get(const ReadOptions& options, const Slice& key, s = current->Get(options, lkey, value, &stats); have_stat_update = true; } + auto fields = Fields(Slice(*value)); + *value = fields["1"]; mutex_.Lock(); }