From f1c2d6c29d960506c770958ed39ebe0677a3fdda Mon Sep 17 00:00:00 2001 From: Grace Luong Date: Wed, 15 Jul 2020 21:53:03 +0000 Subject: SERVER-49069: Add startup warning when arbiter is running a quarterly version --- src/mongo/db/server_options.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mongo/db/server_options.h') diff --git a/src/mongo/db/server_options.h b/src/mongo/db/server_options.h index 05130d67482..2b2f88dee47 100644 --- a/src/mongo/db/server_options.h +++ b/src/mongo/db/server_options.h @@ -151,6 +151,9 @@ struct ServerGlobalParams { // queryableBackupMode. BSONObj overrideShardIdentity; + // True if the current binary version is an LTS Version. + static constexpr bool kIsLTSBinaryVersion = false; + struct FeatureCompatibility { /** * The combination of the fields (version, targetVersion) in the featureCompatiiblityVersion -- cgit v1.2.1