summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/indexupdatetests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/indexupdatetests.cpp')
-rw-r--r--src/mongo/dbtests/indexupdatetests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/indexupdatetests.cpp b/src/mongo/dbtests/indexupdatetests.cpp
index 6fb11363da6..f0cdf72e32e 100644
--- a/src/mongo/dbtests/indexupdatetests.cpp
+++ b/src/mongo/dbtests/indexupdatetests.cpp
@@ -43,7 +43,6 @@
namespace IndexUpdateTests {
static const char* const _ns = "unittests.indexupdate";
- DBDirectClient _client;
#if 0
ExternalSortComparison* _aFirstSort = BtreeBasedBulkAccessMethod::getComparison(0, BSON("a" << 1));
#endif
@@ -94,6 +93,7 @@ namespace IndexUpdateTests {
}
#endif
+ DBDirectClient _client;
OperationContextImpl _txn;
Client::WriteContext _ctx;
};