summaryrefslogtreecommitdiff
path: root/buildscripts/idl
diff options
context:
space:
mode:
authorJames Wahlin <james@mongodb.com>2022-03-14 09:24:28 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-14 21:10:54 +0000
commit6e8396defc08b1cf399e38a0409092b86c6bd725 (patch)
tree637e2f5050a061bdb2c7ed5839366d85ddbf1762 /buildscripts/idl
parent314a51dc20c5558d802af836ee838a6479ea843a (diff)
downloadmongo-6e8396defc08b1cf399e38a0409092b86c6bd725.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',