From 7591af2652cd1d00f9255033dc5ec3c3d82deca3 Mon Sep 17 00:00:00 2001 From: Yuhong Zhang Date: Wed, 29 Sep 2021 22:26:32 +0000 Subject: SERVER-60156 Add a way to bypass storageValid() for time-series updates --- src/mongo/db/update/modifier_node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/update/modifier_node.h') diff --git a/src/mongo/db/update/modifier_node.h b/src/mongo/db/update/modifier_node.h index 53ec3e7f375..42bb70ee336 100644 --- a/src/mongo/db/update/modifier_node.h +++ b/src/mongo/db/update/modifier_node.h @@ -103,7 +103,7 @@ protected: /** * ModifierNode::apply() calls this method after it finishes applying its update to validate * that no changes resulted in an invalid document. See the implementation of - * storage_validation::storageValid() for more detail about document validation requirements. + * storage_validation::scanDocument() for more detail about document validation requirements. * Most ModifierNode child classes can use the default implementation of this method. * * - 'updatedElement' is the element that was set by either updateExistingElement() or -- cgit v1.2.1