summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_validation.h
diff options
context:
space:
mode:
authorYuhong Zhang <yuhong.zhang@mongodb.com>2022-06-29 18:09:46 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-07-11 20:06:20 +0000
commit6048d2275df845e397e46dcdf47c960cc302d7e7 (patch)
treeab3a0baea95e343e9d905038eff35e16ca967681 /src/mongo/db/catalog/collection_validation.h
parente222ff7a8f10197d3e4977405216cfd2b852475d (diff)
downloadmongo-6048d2275df845e397e46dcdf47c960cc302d7e7.tar.gz
SERVER-67520 Update validation comments
Diffstat (limited to 'src/mongo/db/catalog/collection_validation.h')
-rw-r--r--src/mongo/db/catalog/collection_validation.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/catalog/collection_validation.h b/src/mongo/db/catalog/collection_validation.h
index 378244f39b7..70868e1e0f7 100644
--- a/src/mongo/db/catalog/collection_validation.h
+++ b/src/mongo/db/catalog/collection_validation.h
@@ -89,10 +89,6 @@ enum class RepairMode {
/**
* Expects the caller to hold no locks.
*
- * Background validation does not support any type of full validation above.
- * The combination of background = true and options of anything other than kNoFullValidation is
- * prohibited.
- *
* @return OK if the validate run successfully
* OK will be returned even if corruption is found
* details will be in 'results'.