diff options
author | Benety Goh <benety@mongodb.com> | 2022-01-13 20:02:33 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-01-13 20:56:56 +0000 |
commit | c7f44d7db67cf4b12db5e1a30c1d83dc9308a11c (patch) | |
tree | c0b6d16cd134f808e02e4c005ef97dbc1be34c49 /src/mongo/db/catalog | |
parent | 1b71c67c9290af3db02d75471eeba894862e1a31 (diff) | |
download | mongo-c7f44d7db67cf4b12db5e1a30c1d83dc9308a11c.tar.gz |
SERVER-61913 remove TODO
Diffstat (limited to 'src/mongo/db/catalog')
-rw-r--r-- | src/mongo/db/catalog/coll_mod_index.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/coll_mod_index.cpp b/src/mongo/db/catalog/coll_mod_index.cpp index 93de283d952..f6cbc5e6ed5 100644 --- a/src/mongo/db/catalog/coll_mod_index.cpp +++ b/src/mongo/db/catalog/coll_mod_index.cpp @@ -162,7 +162,6 @@ void _processCollModIndexRequestUnique(OperationContext* opCtx, for (const auto& doc : *docsForUniqueIndex) { // The OpObserver records CRUD events in transactions that are about to be committed. // We should not assume that inserts/updates can be conflated with deletes. - // TODO(SERVER-61913): Investigate recording delete operations. getKeysForIndex(opCtx, collection, accessMethod, doc, &keys); } |