Skip to content

Commit 6615aac

Browse files
committed
doc
Signed-off-by: Shubham Mishra <[email protected]>
1 parent 93959d4 commit 6615aac

File tree

1 file changed

+1
-2
lines changed
  • crates/datastore/src/locking_tx_datastore

1 file changed

+1
-2
lines changed

crates/datastore/src/locking_tx_datastore/mut_tx.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ impl MutTxId {
230230
}
231231

232232
/// Removes a specific view call from the committed read set.
233-
/// Used when dropping views due to
234233
pub fn drop_view_with_sender_from_committed_read_set(&mut self, view_id: ViewId, sender: Identity) {
235234
self.committed_state_write_lock
236235
.drop_view_from_read_sets(view_id, Some(sender))
@@ -1985,7 +1984,7 @@ impl MutTxId {
19851984
// Collect rows that meet expiration criteria
19861985
let expired_sub_rows: Vec<(StViewSubRow, RowPointer)> = self
19871986
.iter_by_col_eq(
1988-
ST_VIEW_ID,
1987+
ST_VIEW_SUB_ID,
19891988
StViewSubFields::HasSubscribers,
19901989
&AlgebraicValue::from(false),
19911990
)?

0 commit comments

Comments
 (0)