diff options
Diffstat (limited to 'src/mongo/shell/shell_utils.cpp')
-rw-r--r-- | src/mongo/shell/shell_utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/shell/shell_utils.cpp b/src/mongo/shell/shell_utils.cpp index 7c3562b2b7a..9fc6818866a 100644 --- a/src/mongo/shell/shell_utils.cpp +++ b/src/mongo/shell/shell_utils.cpp @@ -123,6 +123,7 @@ extern const JSFile servers_misc; extern const JSFile replsettest; extern const JSFile data_consistency_checker; extern const JSFile bridge; +extern const JSFile feature_compatibility_version; } // namespace JSFiles MONGO_REGISTER_SHIM(BenchRunConfig::createConnectionImpl) @@ -519,6 +520,7 @@ void initScope(Scope& scope) { scope.execSetup(JSFiles::replsettest); scope.execSetup(JSFiles::data_consistency_checker); scope.execSetup(JSFiles::bridge); + scope.execSetup(JSFiles::feature_compatibility_version); initializeEnterpriseScope(scope); |