summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/feature_compatibility_version.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-151-0/+3
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-11/+11
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-091-7/+7
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-11/+13
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46758 In-memory FCV value should properly reflect the on-disk FCV afte...Jason Chan2020-04-221-42/+65
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-30/+30
* SERVER-46517: Clean up incrementTopologyVersion and setFollowerModeStrictLingzhi Deng2020-03-191-1/+1
* SERVER-46288 Reconfig in 4.2 style with the current config on FCV downgradeSiyuan Zhou2020-02-291-11/+0
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+10
* SERVER-45408 Enable serialization of config "term" fieldSiyuan Zhou2020-02-051-0/+11
* SERVER-45045 Increase topologyVersion and respond to waiting isMasters on FCV...Jason Chan2020-01-291-0/+14
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-3/+2
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-28/+28
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+3
* SERVER-40790 Test downgrading from FCV4.2 to FCV4.0 with a large running tran...Jason Chan2019-05-091-0/+9
* SERVER-39515 Remove DatabaseCatalogEntryXiangyu Yao2019-04-101-2/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36485 killSessions to ignore sessions with prepared transactionsMisha Tyulenev2019-01-161-1/+1
* SERVER-38955 Convert AuthManager and FCV setParameters to IDLSara Golemon2019-01-161-65/+51
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36478 Use user-provided wtimeout for setFCV commandLouis Williams2018-10-101-1/+5
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-30/+29
* SERVER-34470 Remove FCV checks related to database versioningBlake Oler2018-06-191-8/+0
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-1/+1
* SERVER-34483 Avoid taking DBLocks when clearing in-memory database cache in F...Esha Maharishi2018-04-261-21/+2
* SERVER-34600 uassert if using getParameter to read uninitialized fCVMaria van Keulen2018-04-231-0/+4
* SERVER-33783 Make shards and mongos do full routing/filtering metadata refres...Martin Neupauer2018-04-161-4/+14
* SERVER-34459 Clear in-memory database versions on setFCV downgrade on shard p...Esha Maharishi2018-04-131-2/+22
* SERVER-33241 Abort all open transactions on FCV downgradeTess Avitabile2018-04-111-2/+11
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-7/+5
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-091-2/+4
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-021-154/+38
* SERVER-32636 Close outgoing connections to earlier binVersion serversMaria van Keulen2018-02-281-5/+8
* SERVER-33260 Log more helpful messages for FCV-related IncompatibleServerVers...Xiangyu Yao2018-02-271-69/+75
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-90/+6
* SERVER-33014 Remove unreachable featureCompatibilityVersion document op obser...Dianna Hohensee2018-02-231-26/+0
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-7/+6
* SERVER-32909 Update --repair to restore a missing featureCompatibilityVersion...Dianna Hohensee2018-02-201-2/+2
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-12/+5
* SERVER-32466 Remove FCV replication behaviors only relevant to the 3.4-3.6 tr...William Schultz2018-01-291-86/+0
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-19/+104
* SERVER-32519 Add a new wire version for v3.8Dianna Hohensee2018-01-121-4/+7
* SERVER-32519 clean up WireVersion enum uses in the code to use LATEST_WIRE_VE...Dianna Hohensee2018-01-121-7/+2
* SERVER-31791 UUIDs should be added to local collections for replica sets only onXiangyu Yao2017-11-211-10/+15
* SERVER-31304: Refactor away SnapshotName.Daniel Gottlieb2017-11-211-1/+1
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-091-2/+34