summaryrefslogtreecommitdiff
path: root/src/mongo/db
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2016-08-04 16:07:58 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2016-08-04 16:07:58 -0400
commit089b61b649d0e244b590b5fffc0ce81116852bf2 (patch)
tree26357dda481b38a854880648d78d926258001c12 /src/mongo/db
parent4d976e357a4c773d093cd133b9c4f5f3df0f10e0 (diff)
downloadmongo-089b61b649d0e244b590b5fffc0ce81116852bf2.tar.gz
SERVER-25139 Add tests to verify that $lookup respects the collation.
Diffstat (limited to 'src/mongo/db')
-rw-r--r--src/mongo/db/pipeline/document_source.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/pipeline/document_source.h b/src/mongo/db/pipeline/document_source.h
index 77a539d1b89..6e9be19169b 100644
--- a/src/mongo/db/pipeline/document_source.h
+++ b/src/mongo/db/pipeline/document_source.h
@@ -1664,8 +1664,6 @@ private:
/**
* Queries separate collection for equality matches with documents in the pipeline collection.
* Adds matching documents to a new array field in the input document.
- *
- * TODO SERVER-25139: Make $lookup respect the collation.
*/
class DocumentSourceLookUp final : public DocumentSourceNeedsMongod,
public SplittableDocumentSource {