summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorMaddie Zechar <mez2113@columbia.edu>2022-04-21 22:12:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-21 22:46:07 +0000
commit49956338b388412bcc2883d2fe79e3727465c04c (patch)
tree2450fc22d57a68c19a4b3e01646daf7834c6b572 /buildscripts
parentf06c72c0999e07319b909e1a983d7b71dbbf28ab (diff)
downloadmongo-49956338b388412bcc2883d2fe79e3727465c04c.tar.gz
SERVER-63850: Add the count command to API version 1
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/idl/idl_check_compatibility.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/idl/idl_check_compatibility.py b/buildscripts/idl/idl_check_compatibility.py
index 93d2919bfdd..41955ce0109 100644
--- a/buildscripts/idl/idl_check_compatibility.py
+++ b/buildscripts/idl/idl_check_compatibility.py
@@ -122,6 +122,9 @@ ALLOW_ANY_TYPE_LIST: List[str] = [
'aggregate-param-fromMongos',
'aggregate-param-$_requestReshardingResumeToken',
'aggregate-param-isMapReduceCommand',
+ 'count-param-hint',
+ 'count-param-limit',
+ 'count-param-maxTimeMS',
'find-param-filter',
'find-param-projection',
'find-param-sort',