diff options
author | Jennifer Peshansky <jennifer.peshansky@mongodb.com> | 2021-09-21 19:08:06 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-09-30 21:29:42 +0000 |
commit | 17f21ec21c22168b3aa46beb55bc7d78848830a8 (patch) | |
tree | 8cca9e5c855646f3a592a51df40328a13c438a3d /src/mongo/dbtests | |
parent | 70e319a707543052f46ef77f370e91252f50e968 (diff) | |
download | mongo-17f21ec21c22168b3aa46beb55bc7d78848830a8.tar.gz |
SERVER-59178 Re-enable SBE as the default execution engine
Diffstat (limited to 'src/mongo/dbtests')
-rw-r--r-- | src/mongo/dbtests/query_stage_multiplan.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/dbtests/query_stage_multiplan.cpp b/src/mongo/dbtests/query_stage_multiplan.cpp index a2682723b63..eaf04add3f1 100644 --- a/src/mongo/dbtests/query_stage_multiplan.cpp +++ b/src/mongo/dbtests/query_stage_multiplan.cpp @@ -551,8 +551,7 @@ TEST_F(QueryStageMultiPlanTest, MPSExplainAllPlans) { // // This is a regression test for SERVER-20111. TEST_F(QueryStageMultiPlanTest, MPSSummaryStats) { - RAIIServerParameterControllerForTest controller("internalQueryEnableSlotBasedExecutionEngine", - false); + RAIIServerParameterControllerForTest controller("internalQueryForceClassicEngine", true); const int N = 5000; for (int i = 0; i < N; ++i) { |