0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Mathias Stearn
9cc021793d SERVER-28508 Relax overly-strict tests of curop formatting
In particular, make them not error if extra fields are added to the command
body. This is necessary for OP_MSG work which adds new arguments to every
command.
2017-04-12 08:57:13 -04:00
Charlie Swanson
584ca76de9 SERVER-22541 Manage aggregation cursors on global cursor manager.
Moves registration of aggregation cursors to the global cursor manager.
This simplifies the logic for acquiring locks and resolving view
namespaces within the getMore and killCursors commands.
2017-03-15 11:03:44 -04:00
Bernard Gorman
3cba971986 SERVER-28196 Make legacy query and getMore appear in a consistent format across currentOp, profiler and logs
Closes #1139

Signed-off-by: David Storch <david.storch@10gen.com>
2017-03-07 11:07:35 -05:00