diff options
author | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2017-11-14 21:49:46 -0500 |
---|---|---|
committer | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2017-11-14 21:49:46 -0500 |
commit | b683d39549b033a516c1c8bdbae7040eafe99266 (patch) | |
tree | e631f24f21b8a8536a04a22dac97b531ef32f128 /src/mongo/db/pipeline/expression_context.h | |
parent | d5cce0599a6f44f653eca53d728bb52b2f8fae6c (diff) | |
download | mongo-b683d39549b033a516c1c8bdbae7040eafe99266.tar.gz |
Revert "SERVER-31447 Use correct collation for update lookup"
This reverts commit de0b16077945eb6b6ec161b99f41c3222aade3b8.
Diffstat (limited to 'src/mongo/db/pipeline/expression_context.h')
-rw-r--r-- | src/mongo/db/pipeline/expression_context.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/pipeline/expression_context.h b/src/mongo/db/pipeline/expression_context.h index a2e16163a73..59e85edfe90 100644 --- a/src/mongo/db/pipeline/expression_context.h +++ b/src/mongo/db/pipeline/expression_context.h @@ -140,9 +140,7 @@ public: * separate aggregation pipeline on 'ns' with the optional 'uuid'. */ boost::intrusive_ptr<ExpressionContext> copyWith( - NamespaceString ns, - boost::optional<UUID> uuid = boost::none, - boost::optional<std::unique_ptr<CollatorInterface>> collator = boost::none) const; + NamespaceString ns, boost::optional<UUID> uuid = boost::none) const; /** * Returns the ResolvedNamespace corresponding to 'nss'. It is an error to call this method on a |