summaryrefslogtreecommitdiff
path: root/jstests/core/distinct1.js
diff options
context:
space:
mode:
authorAlya Berciu <alyacarina@gmail.com>2021-11-22 12:22:37 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-22 12:58:02 +0000
commit7a9101652b4de3b4ef4f57c84e68d09eae793413 (patch)
treef10da61c2751d982542fcd8cd629d07bdd50161c /jstests/core/distinct1.js
parent2b204e8aaed867988cf7f54bee2ce84e31f4c955 (diff)
downloadmongo-7a9101652b4de3b4ef4f57c84e68d09eae793413.tar.gz
SERVER-60533 Ensure db exists in distinct command
Diffstat (limited to 'jstests/core/distinct1.js')
-rw-r--r--jstests/core/distinct1.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/distinct1.js b/jstests/core/distinct1.js
index c35e4179879..fe447ed93d4 100644
--- a/jstests/core/distinct1.js
+++ b/jstests/core/distinct1.js
@@ -1,3 +1,4 @@
+// @tags: [requires_fcv_52]
(function() {
"use strict";
const collName = "distinct1";