File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
crates/datastore/src/locking_tx_datastore Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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 ) ?
You can’t perform that action at this time.
0 commit comments