ソースを参照

update original get

baseline
ArcueidType 8ヶ月前
コミット
c6783d62f1
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      db/db_impl.cc

+ 2
- 0
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();
}

読み込み中…
キャンセル
保存