summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_find.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-54975 Rename IDL parser classes to use CommandRequest and ↵Bernard Gorman2021-04-021-1/+1
| | | | CommandReply suffixes
* 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
| | | | This reverts commit f842de553e3c71a410e5f49fdaec3eaaaebb04a9.
* 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
| | | | This reverts commit bd5693121fbe12bee14a83b4527df73c881a2052.
* 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 ↵Bernard Gorman2019-11-061-1/+2
| | | | results are available
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* 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
| | | | This is prep for removing the queryOptions flag from Command::run()
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ↵David Storch2017-03-131-1/+1
| | | | | | | | | | | | | | | | | explain Like other explainable commands, aggregate can now be explained using the explain command, e.g. db.runCommand({explain: {aggregate: ...}, verbosity: "executionStats"}). The existing explain:true flag corresponds to "queryPlanner" mode and is still supported. However, explain:true cannot be specified when explaining aggregate via the explain command. Additional execution information is provided only in the $cursor section of the aggregation explain output. Having aggregation stages themselves track and report execution info is further work.
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* 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
| | | | | | | | | | libmongoscore intentionally depends on libcluster_query, but prior work for SERVER-20267 introduced a call to Strategy::commandOp() (libmongoscore) from ClusterFind::runExplain() (libcluster_query), which created a two-cycle. This issue is addressed by moving ClusterFind::runExplain() to Strategy::explainFind().
* SERVER-20267 use the explain command path to answer OP_QUERY with $explain ↵David Storch2015-09-031-0/+20
| | | | on mongos
* 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
| | | | Also removes unused constant INVALID_CURSOR_ID from clientcursor.h.
* SERVER-18770 SERVER-18768 implement ClusterFindCmd::run()David Storch2015-07-091-0/+62