summaryrefslogtreecommitdiff
path: root/jstests/sharding/explain_find_and_modify_sharded.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-24810 swap assert movePrimary commands with ↵Dianna Hohensee2016-06-301-2/+1
| | | | ShardingTest::ensurePrimaryShard that is more robust
* SERVER-22512 Remove unnecessary calls to stopBalancerKaloian Manassiev2016-06-091-1/+1
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+1
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-30/+11
|
* Fix explain_find_and_modify_sharded.js to allow movePrimary to fail if the ↵Spencer T Brody2015-04-141-1/+2
| | | | primary is already what we expect
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-0/+107
Changed UpdateStage to return the prior or newly-updated version of a document if request. also changed DeleteStage to return the deleted document if requested. Added explain support to the findAndModify command.