summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_mongod_test_fixture.cpp
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2018-02-27 17:51:41 -0500
committerTess Avitabile <tess.avitabile@mongodb.com>2018-03-02 17:21:41 -0500
commitb1624b3fb1fe7eaf4554682d02c57abc519db819 (patch)
tree87791d227aed63623028ee51dbd6c5f585654962 /src/mongo/s/sharding_mongod_test_fixture.cpp
parent70e200e98474d1a29339bf536f348257e8f83a9d (diff)
downloadmongo-b1624b3fb1fe7eaf4554682d02c57abc519db819.tar.gz
SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=true
Diffstat (limited to 'src/mongo/s/sharding_mongod_test_fixture.cpp')
-rw-r--r--src/mongo/s/sharding_mongod_test_fixture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/sharding_mongod_test_fixture.cpp b/src/mongo/s/sharding_mongod_test_fixture.cpp
index e4813f6f887..83215c99999 100644
--- a/src/mongo/s/sharding_mongod_test_fixture.cpp
+++ b/src/mongo/s/sharding_mongod_test_fixture.cpp
@@ -36,7 +36,7 @@
#include "mongo/base/status_with.h"
#include "mongo/client/remote_command_targeter_factory_mock.h"
#include "mongo/client/remote_command_targeter_mock.h"
-#include "mongo/db/catalog/catalog_raii.h"
+#include "mongo/db/catalog_raii.h"
#include "mongo/db/client.h"
#include "mongo/db/commands.h"
#include "mongo/db/namespace_string.h"