summaryrefslogtreecommitdiff
path: root/src/mongo/db/fcv_op_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-19/+15
* SERVER-57521 Avoid dropping connections with pending flag set, unset pending...jannaerin2021-06-291-1/+11
* SERVER-53643 Wait for FCV to be majority committed before reporting it.Matthew Russotto2021-05-271-2/+9
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-2/+1
* SERVER-50706 Add fromConfigServer parameter to allow transitioning a shard se...Jason Chan2020-09-241-2/+10
* SERVER-49520: Add linter rule for generic FCV referencesLingzhi Deng2020-09-021-0/+1
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-1/+1
* SERVER-50356: Account for last-continuous when closing connections on FCV upg...Lingzhi Deng2020-08-271-1/+4
* SERVER-50107 Add new lastContinuous upgrade/downgrade path to setFeatureCompa...Jason Chan2020-08-201-2/+5
* SERVER-47667: Create FCVOpObserverGrace Luong2020-08-191-0/+185