summaryrefslogtreecommitdiff
path: root/src/mongo/db/read_write_concern_defaults_cache_lookup_mongod.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-1/+1
| | | | | | | | | The new interface uses FindCommandRequest, and avoids any characteristics that relate specifically to the no-longer-supported OP_QUERY wire protocol message. This patch moves all callers of 'findOne()' onto the new API, but more work is required to fully eliminate the old 'query()' API from DBClientBase.
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+1
| | | | | | | | | This refactor includes: Remove dead code from 'Query' type and reduce it public interface. Split query argument in query/update/removed methods into filter BSON and settings (which are still passed around as 'Query' type). Remove Query(string) constructors. Remove most callers of 'Query(const BSONObj&)'. Replace public 'Query(const BSON&)' and 'Query.obj' with an explicit factory method and a getter.
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-16/+11
|
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-46025 Startup warning if shardsvr starts has persisted CWRWC defaults ↵Kevin Pulo2020-02-211-0/+31
| | | | in config.settings
* SERVER-43719 Load RWC defaults from persisted values during startupJack Mulrow2020-01-211-0/+7
|
* SERVER-43720 Make RWCDefaults commands persist the defaultsJack Mulrow2019-12-171-1/+19
|
* SERVER-43713 SERVER-43715 Create DistCache abstraction, use it in ↵Kevin Pulo2019-12-091-0/+39
ReadWriteConcernDefaults