diff --git a/db/db_impl.cc b/db/db_impl.cc index 393b2d2e9e49505157f295023d112e147f6a642c..70a14d2c5e40dd2a9a79b2ed0435773d203e19b5 100644 --- a/db/db_impl.cc +++ b/db/db_impl.cc @@ -2967,12 +2967,10 @@ Status DBImpl::GetLatestSequenceForKey(SuperVersion* sv, const Slice& key, ROCKS_LOG_ERROR(immutable_db_options_.info_log, "Unexpected status returned from Version::Get: %s\n", s.ToString().c_str()); - - return s; } } - return Status::OK(); + return s; } Status DBImpl::IngestExternalFile(