summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
diff options
context:
space:
mode:
authorXiangyu Yao <xiangyu.yao@mongodb.com>2019-07-08 11:29:36 -0400
committerXiangyu Yao <xiangyu.yao@mongodb.com>2019-07-10 18:39:02 -0400
commit8e4f280e492fe2bfb7842733ff640030d559cd0a (patch)
tree7f010551b0909c5b41b31a7db78b27736a57992e /src/mongo/db/commands
parent135c88363bdb5e7b353825f3fec4aa0d7db80571 (diff)
downloadmongo-8e4f280e492fe2bfb7842733ff640030d559cd0a.tar.gz
SERVER-39471 Remove unique index FCV upgrade codepath
Diffstat (limited to 'src/mongo/db/commands')
-rw-r--r--src/mongo/db/commands/set_feature_compatibility_version_command.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/commands/set_feature_compatibility_version_command.cpp b/src/mongo/db/commands/set_feature_compatibility_version_command.cpp
index bd9b65ddaa0..e71f4b0682e 100644
--- a/src/mongo/db/commands/set_feature_compatibility_version_command.cpp
+++ b/src/mongo/db/commands/set_feature_compatibility_version_command.cpp
@@ -328,8 +328,6 @@ public:
Lock::GlobalLock lk(opCtx, MODE_S);
}
- updateUniqueIndexesOnUpgrade(opCtx);
-
upgradeTransactionTable(opCtx);
// Upgrade shards before config finishes its upgrade.