From 7a9101652b4de3b4ef4f57c84e68d09eae793413 Mon Sep 17 00:00:00 2001 From: Alya Berciu Date: Mon, 22 Nov 2021 12:22:37 +0000 Subject: SERVER-60533 Ensure db exists in distinct command --- jstests/core/distinct1.js | 1 + 1 file changed, 1 insertion(+) (limited to 'jstests/core/distinct1.js') 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"; -- cgit v1.2.1