Commit Graph

4 Commits

Author SHA1 Message Date
David Storch
7a59ba6da6 SERVER-20267 use the explain command path to answer OP_QUERY with $explain on mongos 2015-09-03 19:55:59 -04:00
David Storch
8ca1f78773 SERVER-17282 update find command parsing to conform to find command spec changes
Also updates the shell to construct the find command according to the new spec.
This means that explain with special options (e.g. snapshot()) will not be compatible
when mixing 3.2 shell / 3.0 server or 3.0 shell / 3.2 server. Explain of find with
standard options like filter, query, projection, sort, and hint will be both backwards
and forwards compatible.
2015-03-11 13:05:47 -04:00
David Storch
589a52d8e9 SERVER-15527 rename find command 'query' field to 'filter' 2014-10-28 09:22:01 -04:00
David Storch
b05a745cd7 SERVER-15230 explain find via the find command 2014-09-18 07:42:31 -04:00