summaryrefslogtreecommitdiff
path: root/jstests/sharding/mongos_query_comment.js
Commit message (Collapse)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-79/+76
|
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-9/+16
|
* SERVER-28575 Profile entry for update/delete should contain entire raw ↵Tess Avitabile2017-05-231-6/+7
| | | | update/delete
* SERVER-27438 Prevent mongos from dropping legacy $comment meta-operatorBernard Gorman2017-01-181-0/+79
| | | | | | Closes #1135 Signed-off-by: James Wahlin <james.wahlin@10gen.com>
* Revert "SERVER-27438 Prevent mongos from dropping legacy $comment meta-operator"Mathias Stearn2017-01-181-79/+0
| | | | This reverts commit 0eeb9396ff46269c2181e5d4aeab629863d875d4.
* SERVER-27438 Prevent mongos from dropping legacy $comment meta-operatorBernard Gorman2017-01-181-0/+79
Closes #1135 Signed-off-by: James Wahlin <james.wahlin@10gen.com>