Commit Graph

4 Commits

Author SHA1 Message Date
matt dannenberg
d789bca4c9 SERVER-18498 New replica set configurations have protocolVersion=1 by default
This re-adds Siyuan's work from commits 19d2885ec5 and 362aac3937.
2015-10-01 08:00:10 -04:00
Randolph Tan
3bcbb33bc5 SERVER-13188 Migrate aggregation jstest suite to use write commands api 2014-03-13 17:00:16 -04:00
Mathias Stearn
061a086641 SERVER-10165 aggregate() shell helper now returns a cursor
The actual change is in src/mongo/shell/collection.js with the remaining changes
to adjust tests to the new api.

The "ideal" arguments are now an array of pipeline ops and an optional object
with extra top-level options for the command (such as {explain: true}. For
backwards compatibility, we still support the varargs style where each argument
is a pipeline stage, but there is no way to specify extra parameters in this
mode.
2013-10-08 17:35:02 -04:00
Mathias Stearn
00e5a9aada SERVER-7142 Test that aggregation works on a secondary 2012-11-26 14:38:13 -05:00