summaryrefslogtreecommitdiff
path: root/jstests/core/plan_cache_sbe.js
diff options
context:
space:
mode:
authorRuoxin Xu <ruoxin.xu@mongodb.com>2022-03-10 11:50:59 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-10 12:16:58 +0000
commit09893784971e609c6c6820f1384d6a105fc1f69c (patch)
treedb69b9e05787e5837253a29329a3ac5bb43de97d /jstests/core/plan_cache_sbe.js
parentfc2e35d5529b9336588316927e044a3bdef9e5b5 (diff)
downloadmongo-09893784971e609c6c6820f1384d6a105fc1f69c.tar.gz
SERVER-64402 Add FCV tag in plan_cache_sbe.js
Diffstat (limited to 'jstests/core/plan_cache_sbe.js')
-rw-r--r--jstests/core/plan_cache_sbe.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/plan_cache_sbe.js b/jstests/core/plan_cache_sbe.js
index 957768c255f..4dcb69b036a 100644
--- a/jstests/core/plan_cache_sbe.js
+++ b/jstests/core/plan_cache_sbe.js
@@ -12,6 +12,8 @@
* assumes_read_concern_unchanged,
* assumes_read_preference_unchanged,
* assumes_unsharded_collection,
+ * # Single solution plans can be cached in SBE plan cache after V6.0.
+ * requires_fcv_60,
* ]
*/
(function() {