summaryrefslogtreecommitdiff
path: root/src/mongo/db/query
diff options
context:
space:
mode:
authorPierlauro Sciarelli <pierlauro.sciarelli@mongodb.com>2020-08-04 11:17:28 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-08 12:31:19 +0000
commit8da5e4febe5b7d4a055e08f49489f6b22b900abb (patch)
tree61accd14ee4d9d91370227c9ff0a678613363e5a /src/mongo/db/query
parentee34a14ce8426b4a38615c09aaac4e4964d529e6 (diff)
downloadmongo-8da5e4febe5b7d4a055e08f49489f6b22b900abb.tar.gz
SERVER-49192 Persist the VectorClock for configTime and topologyTime causal consistency
Diffstat (limited to 'src/mongo/db/query')
-rw-r--r--src/mongo/db/query/plan_cache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/query/plan_cache.cpp b/src/mongo/db/query/plan_cache.cpp
index 715dd496024..800f42c9f51 100644
--- a/src/mongo/db/query/plan_cache.cpp
+++ b/src/mongo/db/query/plan_cache.cpp
@@ -589,7 +589,6 @@ Status PlanCache::set(const CanonicalQuery& query,
[](std::vector<std::unique_ptr<sbe::PlanStageStats>>& stats) {
return calculateNumberOfReads(stats[0].get());
}},
-
why->stats);
const auto key = computeKey(query);
stdx::lock_guard<Latch> cacheLock(_cacheMutex);