summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context_d_test_fixture.h
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2020-08-12 21:15:29 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-17 18:30:51 +0000
commit56b83070a83b2bf134a54063b27c2b48b22dd852 (patch)
tree6a60d5203cc9a262078414dfe93f2b8eedaa25e7 /src/mongo/db/service_context_d_test_fixture.h
parent4b454dbdaff785835998cd257c4410a16ca87b59 (diff)
downloadmongo-56b83070a83b2bf134a54063b27c2b48b22dd852.tar.gz
SERVER-49392 Storage engine init checks that enableMajorityReadConcern is compatible with supportsReadConcernMajority()
Diffstat (limited to 'src/mongo/db/service_context_d_test_fixture.h')
-rw-r--r--src/mongo/db/service_context_d_test_fixture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/service_context_d_test_fixture.h b/src/mongo/db/service_context_d_test_fixture.h
index 00f5f37883f..f67b2b11681 100644
--- a/src/mongo/db/service_context_d_test_fixture.h
+++ b/src/mongo/db/service_context_d_test_fixture.h
@@ -59,6 +59,10 @@ private:
bool repair;
} _stashedStorageParams;
+ struct {
+ bool enableMajorityReadConcern;
+ } _stashedServerParams;
+
unittest::TempDir _tempDir;
};