summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/sbe_plan_stage_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/sbe/sbe_plan_stage_test.h')
-rw-r--r--src/mongo/db/exec/sbe/sbe_plan_stage_test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/exec/sbe/sbe_plan_stage_test.h b/src/mongo/db/exec/sbe/sbe_plan_stage_test.h
index 8751e488bca..92db73ed2f9 100644
--- a/src/mongo/db/exec/sbe/sbe_plan_stage_test.h
+++ b/src/mongo/db/exec/sbe/sbe_plan_stage_test.h
@@ -268,6 +268,9 @@ protected:
private:
class MockYieldable : public Yieldable {
+ bool yieldable() const override {
+ return true;
+ }
void yield() const override {}
void restore() const override {}
};