summaryrefslogtreecommitdiff
path: root/jstests/core/find_getmore_cmd.js
Commit message (Collapse)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-73/+70
|
* SERVER-31194 Add jscore tags for ↵Jack Mulrow2017-12-071-0/+2
| | | | | | retryable_writes_jscore_stepdown_passthrough.yml suite The actual suite will come in a follow-up commit.
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-15/+6
|
* SERVER-21786 increase test coverage of the s/query directoryDavid Storch2015-12-101-0/+3
| | | | Fills in gaps in coverage discovered with code coverage analysis.
* SERVER-20470 ClusterFind::runQuery() should respect LPQ::wantMore()Jason Rassi2015-09-171-0/+7
|
* SERVER-20335 Mongos now forwards batchSize of none instead of 0Yunhe (John) Wang2015-09-101-1/+1
| | | | | | Closes #1018 Signed-off-by: David Storch <david.storch@10gen.com>
* SERVER-17577 query planner now makes use of separate limit and batchSize ↵David Storch2015-05-211-0/+86
fields in find command