summaryrefslogtreecommitdiff
path: root/buildscripts/idl
diff options
context:
space:
mode:
authorJames Wahlin <james@mongodb.com>2022-02-23 13:19:05 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-12 16:32:57 +0000
commit1ca10441ee35fcea2a88a0c522fa0890017f5fbd (patch)
tree8353e21df82b4ee7a982b2adc3a2b88b0191e386 /buildscripts/idl
parent192a3ed8882a450b473dc6668cd92cb798706164 (diff)
downloadmongo-1ca10441ee35fcea2a88a0c522fa0890017f5fbd.tar.gz
SERVER-63850 Add the count command to API version 1
Diffstat (limited to 'buildscripts/idl')
-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 0e54ab30e49..8be8092201e 100644
--- a/buildscripts/idl/idl_check_compatibility.py
+++ b/buildscripts/idl/idl_check_compatibility.py
@@ -118,6 +118,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',