summaryrefslogtreecommitdiff
path: root/src/mongo/db/read_write_concern_defaults_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-50/+61
* SERVER-57516 Eliminate redundant 'Refreshed RWC defaults' messagesVesselina Ratcheva2022-01-101-0/+32
* SERVER-59293 Remove featureFlagDefaultReadConcernLocalSamy Lanka2021-08-201-205/+118
* SERVER-59227 Remove featureFlagDefaultWriteConcernMajorityMoustafa Maher2021-08-121-222/+57
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-041-13/+14
* SERVER-57042 Don't store defaultWriteConcernSource on diskHuayu Ouyang2021-05-211-48/+155
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-22/+226
* SERVER-57010 Check default write concern during replica set reconfig When the...Moustafa Maher2021-05-191-6/+33
* SERVER-56901 Update unit tests for getDefaultWriteConcernSourceHuayu Ouyang2021-05-181-0/+245
* SERVER-53439 Fix ReadWriteConcernDefaultsTestSamy Lanka2021-05-141-59/+124
* SERVER-55703 Update getDefaultRWConcern to return the implicit default if the...Moustafa Maher2021-05-071-75/+211
* SERVER-55697 Don't allow removing CWWC once it is setHuayu Ouyang2021-04-281-5/+58
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-3/+2
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-2/+2
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-2/+3
* SERVER-44978 Make the ReadThroughCache lookup asynchronousKaloian Manassiev2020-03-031-5/+0
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-141-94/+88
* SERVER-43721 Make the AuthorizationManager use DistCacheKaloian Manassiev2020-01-161-33/+26
* SERVER-45282 Unify how mongos and mongod default RWC caches handle deleted de...Jack Mulrow2020-01-081-0/+24
* SERVER-45097 Permit default write concern without w fieldKevin Pulo2020-01-081-0/+44
* SERVER-43717 unittests for ReadWriteConcernDefaultsKevin Pulo2019-12-201-0/+440