summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_test_fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/query_planner_test_fixture.h')
-rw-r--r--src/mongo/db/query/query_planner_test_fixture.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/query/query_planner_test_fixture.h b/src/mongo/db/query/query_planner_test_fixture.h
index 44f51282d55..35cc0d0c294 100644
--- a/src/mongo/db/query/query_planner_test_fixture.h
+++ b/src/mongo/db/query/query_planner_test_fixture.h
@@ -269,7 +269,12 @@ protected:
std::vector<std::unique_ptr<QuerySolution>> solns;
bool relaxBoundsCheck = false;
+ // Value used for the sbeCompatible flag in the CanonicalQuery objects created by the
+ // test.
bool markQueriesSbeCompatible = false;
+ // Value used for the forceGenerateRecordId flag in the CanonicalQuery objects created by the
+ // test.
+ bool forceRecordId = false;
};
} // namespace mongo