Prevent reexecution of cursor when no output symbols are present

This commit is contained in:
János Benjamin Antal 2023-01-19 10:42:09 +01:00
parent c5c6fd9b86
commit a0274bbdd9

View File

@ -778,6 +778,8 @@ std::optional<plan::ProfilingStatsWithTotalTime> PullPlan::PullMultiple(AnyStrea
break;
}
}
} else {
multi_frame_.MakeAllFramesInvalid();
}
}