summaryrefslogtreecommitdiff
path: root/src/mongo/s/client/rs_local_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-160/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-40223 Use the AsyncWorkScheduler to run local command when recovering ...Kaloian Manassiev2019-03-211-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36094 Make DBClientBase::query() take an NamespaceStringOrUUIDMatthew Russotto2018-08-141-1/+1
* SERVER-33135 Remove metadata accessors from command reply APIsMathias Stearn2018-07-301-1/+0
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-7/+1
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-091-2/+9
* SERVER-32860 Change dependency to repl_coordinator_interface instead of repl_...Henrik Edin2018-01-251-1/+1
* SERVER-31184 Cleanup usages of global service context objectsKaloian Manassiev2017-10-101-2/+2
* SERVER-31187 refactor ShardLocal and move some functionality to RSLocalClientMisha Tyulenev2017-09-201-0/+159