Skip to content

Commit

Permalink
Apply the Partial Iterator fix from Manuel
Browse files Browse the repository at this point in the history
  • Loading branch information
spetrunia committed May 17, 2021
1 parent d1d0c15 commit 64a1f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/rocksdb/rdb_iterator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ int Rdb_iterator_partial::materialize_prefix() {
rocksdb_partial_index_rows_materialized += num_rows;

exit:
m_kd->get_infimum_key(m_cur_prefix_key, &tmp);
rdb_tx_release_lock(tx, *m_kd, cur_prefix_key);
return rc;
}
Expand Down

0 comments on commit 64a1f75

Please sign in to comment.