diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2022-03-11 10:07:01 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-03-11 18:11:37 +0000 |
commit | 7acd60b05837786c04a7929b4554343910dcaee0 (patch) | |
tree | 18531f766d1eae77146e64c25f30b5557918eb4c /src/mongo/db/query/count_command.idl | |
parent | b2cfe4aed88f2a1232f952196140d06509677be7 (diff) | |
download | mongo-7acd60b05837786c04a7929b4554343910dcaee0.tar.gz |
SERVER-64287 Create sharding variant of fle2 test suite
Diffstat (limited to 'src/mongo/db/query/count_command.idl')
-rw-r--r-- | src/mongo/db/query/count_command.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/query/count_command.idl b/src/mongo/db/query/count_command.idl index ee66d150c24..8fcfbb2003b 100644 --- a/src/mongo/db/query/count_command.idl +++ b/src/mongo/db/query/count_command.idl @@ -35,6 +35,7 @@ imports: - "mongo/idl/basic_types.idl" - "mongo/crypto/fle_field_schema.idl" - "mongo/db/query/hint.idl" + - "mongo/crypto/fle_field_schema.idl" types: countLimit: |