summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_builds_coordinator.h
diff options
context:
space:
mode:
authorBernard Gorman <bernard.gorman@gmail.com>2021-03-10 12:16:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-10 19:59:19 +0000
commit3f601b592620eb2abd207e4c57cff5bf51b4e07e (patch)
treeec06061f80d13ebd75be93144db8475e784985ea /src/mongo/db/index_builds_coordinator.h
parent268847f5318cf1b5ef543317d7a96b5964981847 (diff)
downloadmongo-3f601b592620eb2abd207e4c57cff5bf51b4e07e.tar.gz
SERVER-54357 Avoid normalizing partialFilterExpression when creating a new index
Diffstat (limited to 'src/mongo/db/index_builds_coordinator.h')
-rw-r--r--src/mongo/db/index_builds_coordinator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/index_builds_coordinator.h b/src/mongo/db/index_builds_coordinator.h
index 2fd4f1bb0d8..cf73da60d78 100644
--- a/src/mongo/db/index_builds_coordinator.h
+++ b/src/mongo/db/index_builds_coordinator.h
@@ -445,8 +445,8 @@ public:
* complete collation spec in cases where the index spec specifies a collation, and will add
* the collection-default collation, if present, in cases where collation is omitted. If the
* index spec omits the collation and the collection does not have a default, the collation
- * field is omitted from the spec. This function also converts 'wildcardProjection' and
- * 'partialFilterExpression' to canonical form in any cases where they exist.
+ * field is omitted from the spec. This function also converts the 'wildcardProjection' to
+ * canonical form in any cases where it exists.
*
* If 'collection' is null, no changes are made to the input specs.
*