summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_collection_legacy.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2021-03-31 10:18:46 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-31 08:44:47 +0000
commit18f980cf6bd73d20edd0503c8d0e283c7d0e0ddf (patch)
treef01fd41811cb11ccce35f4dbd71e78d644ef8d53 /src/mongo/db/s/shard_collection_legacy.cpp
parenta3cd9c28cc25e40611ee2124fef3b450e7d2e7c5 (diff)
downloadmongo-18f980cf6bd73d20edd0503c8d0e283c7d0e0ddf.tar.gz
SERVER-53412 Remove one missed TODO
Diffstat (limited to 'src/mongo/db/s/shard_collection_legacy.cpp')
-rw-r--r--src/mongo/db/s/shard_collection_legacy.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/s/shard_collection_legacy.cpp b/src/mongo/db/s/shard_collection_legacy.cpp
index 0a18a9d45f5..0714d9ac63f 100644
--- a/src/mongo/db/s/shard_collection_legacy.cpp
+++ b/src/mongo/db/s/shard_collection_legacy.cpp
@@ -74,6 +74,7 @@
#include "mongo/util/scopeguard.h"
#include "mongo/util/str.h"
+// TODO (SERVER-54879): Remove this entire file after 5.0 branches
namespace mongo {
namespace {
@@ -193,7 +194,7 @@ void checkCollation(OperationContext* opCtx, const ShardsvrShardCollectionReques
if (!requestedCollator && !actualCollator)
return;
- // TODO (SERVER-48639): If this check fails, this means the collation changed between the time
+ // If this check fails, this means the collation changed between the time
// '_configsvrShardCollection' was called and the request got to the shard. Report the message
// as if it failed on the config server in the first place.
uassert(ErrorCodes::BadValue,