summaryrefslogtreecommitdiff
path: root/jstests/sharding/libs/last_lts_mongos_commands.js
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2023-03-14 16:34:58 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-15 14:19:40 +0000
commitb39c58a5326680ed06616359f69e654fdaf3b2ac (patch)
tree1bebab32b135f8ddc0cdd1339803318e9529cbd3 /jstests/sharding/libs/last_lts_mongos_commands.js
parent971a3e0082b6469cade1a7e4e706bfe2545cce98 (diff)
downloadmongo-b39c58a5326680ed06616359f69e654fdaf3b2ac.tar.gz
SERVER-74151 Create a new reads tags command for QE tags
Diffstat (limited to 'jstests/sharding/libs/last_lts_mongos_commands.js')
-rw-r--r--jstests/sharding/libs/last_lts_mongos_commands.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/sharding/libs/last_lts_mongos_commands.js b/jstests/sharding/libs/last_lts_mongos_commands.js
index 22128722be2..b6e1dce31a5 100644
--- a/jstests/sharding/libs/last_lts_mongos_commands.js
+++ b/jstests/sharding/libs/last_lts_mongos_commands.js
@@ -31,6 +31,7 @@ const commandsAddedToMongosSinceLastLTS = [
"createSearchIndexes",
"dropSearchIndex",
"getClusterParameter",
+ "getQueryableEncryptionCountInfo",
"listSearchIndexes",
"mergeAllChunksOnShard",
"moveRange",