summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_find.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-1/+1
* SERVER-53149 Finish converting getMore to IDL, try 3A. Jesse Jiryu Davis2021-03-101-3/+3
* Revert "SERVER-53149 Finish converting getMore to IDL, try 2"Max Hirschhorn2021-03-091-3/+3
* SERVER-53149 Finish converting getMore to IDL, try 2A. Jesse Jiryu Davis2021-03-081-3/+3
* Revert "SERVER-53149 Finish converting getMore to IDL"Max Hirschhorn2021-03-061-3/+3
* SERVER-53149 Finish converting getMore to IDLA. Jesse Jiryu Davis2021-03-061-3/+3
* SERVER-43996 Return a cursor flag to the client if only a partial subset of r...Bernard Gorman2019-11-061-1/+2
* 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-8/+10
* SERVER-33028 Make cluster find retry on snapshot errorsJack Mulrow2018-03-201-2/+2
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-7/+4
* SERVER-29525 filter mongos command requests only where neededMathias Stearn2017-06-131-11/+0
* SERVER-28814 Replace ServerSelectionMetadata with just ReadPreferenceSettingMathias Stearn2017-05-121-4/+0
* SERVER-28701 Make mongos translate queryOptions into readPreferenceMathias Stearn2017-04-121-4/+2
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-1/+4
* SERVER-20267 Move runExplain() to Strategy to fix circular dependencyJason Rassi2015-09-111-15/+0
* SERVER-20267 use the explain command path to answer OP_QUERY with $explain on...David Storch2015-09-031-0/+20
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-0/+13
* SERVER-19569 Combine getmore_response.h with cursor_responses.hJason Rassi2015-08-281-4/+4
* SERVER-18771 implement getMore command on mongosDavid Storch2015-08-061-0/+8
* SERVER-18767 make find command shard version awareDavid Storch2015-08-061-0/+4
* SERVER-18766 Pull definition of CursorId out into its own headerJason Rassi2015-08-051-1/+1
* SERVER-18770 SERVER-18768 implement ClusterFindCmd::run()David Storch2015-07-091-0/+62