summaryrefslogtreecommitdiff
path: root/src/mongo/db/fcv_op_observer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-1/+2
* SERVER-53643 Wait for FCV to be majority committed before reporting it.Matthew Russotto2021-05-271-1/+2
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-0/+3
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-2/+1
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-231-1/+1
* SERVER-51147 Update onImportCollection() to accept the storage engines metadataGregory Wlodarek2020-10-121-0/+1
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-021-0/+7
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-47667: Create FCVOpObserverGrace Luong2020-08-191-0/+200