Ver a proveniência

update original get

baseline
ArcueidType há 8 meses
ascendente
cometimento
c6783d62f1
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      db/db_impl.cc

+ 2
- 0
db/db_impl.cc Ver ficheiro

@ -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();
}

Carregando…
Cancelar
Guardar