Invalidate consumed frames in ScanByPrimaryKey

This commit is contained in:
János Benjamin Antal 2023-02-01 17:19:02 +01:00
parent c9a0c15c16
commit 41183b328b

View File

@ -774,6 +774,7 @@ class DistributedScanByPrimaryKeyCursor : public Cursor {
populated_any = true; populated_any = true;
++output_frame_it; ++output_frame_it;
} }
own_frames_it_->MakeInvalid();
} }
break; break;
} }