summaryrefslogtreecommitdiff
path: root/src/mongo/client/dbclient_mockcursor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-62206 Remove DBClientBase::query_DEPRECATED()David Storch2022-06-221-1/+1
| | | | | Also includes related simplifications to the implementation of 'DBClientCursor'.
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-7/+7
| | | | | | | | | 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-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-7/+6
|
* SERVER-46085 Fail initial sync attempt if sync source is in initial syncMatthew Russotto2020-03-271-2/+2
|
* SERVER-43276 Implement resume after network error functionality in ↵Vesselina Ratcheva2020-01-161-0/+95
CollectionCloner query