summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/query_stage_fetch.cpp
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-06-18 18:15:03 -0400
committerEliot Horowitz <eliot@10gen.com>2014-06-19 01:49:58 -0400
commitb4cafb46595d6e889f8effdca16e98c3f505078e (patch)
treeb3304b672e2d540a72c7ba7424469e9b78bcce74 /src/mongo/dbtests/query_stage_fetch.cpp
parent7ce2ffdbbaac003fb608e81ae03090adef960237 (diff)
downloadmongo-b4cafb46595d6e889f8effdca16e98c3f505078e.tar.gz
SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely work yet
Diffstat (limited to 'src/mongo/dbtests/query_stage_fetch.cpp')
-rw-r--r--src/mongo/dbtests/query_stage_fetch.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/dbtests/query_stage_fetch.cpp b/src/mongo/dbtests/query_stage_fetch.cpp
index 5a97b5eb254..2fa7b25b377 100644
--- a/src/mongo/dbtests/query_stage_fetch.cpp
+++ b/src/mongo/dbtests/query_stage_fetch.cpp
@@ -76,11 +76,9 @@ namespace QueryStageFetch {
static const char* ns() { return "unittests.QueryStageFetch"; }
private:
- static DBDirectClient _client;
+ DBDirectClient _client;
};
- DBDirectClient QueryStageFetchBase::_client;
-
//
// Test that a WSM with an obj is passed through verbatim.
//