summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/explain3.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-1/+1
| | | | This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell""
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also ↵Arun Banala2020-11-121-1/+1
| | | | | | replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell" This reverts commit e69c967ff8b53634770438dfe9a5c7d13548351b.
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ↵Rishab Joshi2020-11-121-1/+1
| | | | the usages of ensureIndex() with createIndex() in JS tests and JS shell
* SERVER-27642 Replace long-running string-ified code with function expression ↵Eddie Louie2017-01-131-6/+26
| | | | in JS tests
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-3/+6
|
* SERVER-13391 Rename slowNightly -> noPassthroughWithMongod and slowWeekly -> ↵Mathias Stearn2014-03-271-0/+17
noPassthrough This better represents their purpose and the difference between them.