summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorFernando Lisboa <fernando.lisboa@mongodb.com>2022-08-11 22:32:21 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-11 23:30:22 +0000
commit408c0cfc46ca7adccb7f4784a6ec6a6d167b0991 (patch)
treea788e5cd4fafe4eb56235c7f50477f8ba5263624 /buildscripts
parent183c16e908a882b40b7e704b1d448796af37ada8 (diff)
downloadmongo-408c0cfc46ca7adccb7f4784a6ec6a6d167b0991.tar.gz
SERVER-61822 Create new command listDatabasesForAllTenants
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/idl/idl_check_compatibility.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/idl/idl_check_compatibility.py b/buildscripts/idl/idl_check_compatibility.py
index 4a421e1353a..75824228167 100644
--- a/buildscripts/idl/idl_check_compatibility.py
+++ b/buildscripts/idl/idl_check_compatibility.py
@@ -161,6 +161,7 @@ ALLOW_ANY_TYPE_LIST: List[str] = [
'find-reply-invalidated',
'getMore-reply-partialResultsReturned',
'getMore-reply-invalidated',
+ 'listDatabasesForAllTenants-reply-tenant',
'create-param-min',
'create-param-max',
]