summaryrefslogtreecommitdiff
path: root/jstests/core/tailable_skip_limit.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-28787 Invariant failure with QueryOption_AwaitDataNick Zolnierz2017-04-211-0/+7
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-161-1/+1
| | | | | | | | | (cherry picked from commit 3bed8596d18275d1561e4f44f1f0bd72c1e038f1) Conflicts: jstests/core/geo_update_btree2.js jstests/core/update_min_max_examples.js jstests/core/update_mul_examples.js
* SERVER-20720 mongos now returns dead tailable cursor over an empty capped ↵Yunhe (John) Wang2015-10-081-61/+80
| | | | collection
* SERVER-13562 limit and skip stages no longer return eof without calling ↵David Storch2014-04-141-0/+63
work() on the child Doing so could cause missing results for a tailable cursor.