Details
-
Improvement
-
Resolution: Done
-
Major - P3
-
None
-
2.1.2
Description
As seen in the docs:
runCommand can pass the 'nolock' argument to 'eval':
db.runCommand({$eval: function() {return 42;}, nolock: true})
|
But the shell helper for 'eval' can't pass options to the command, only arguments to the actual function being evaluated.
Attachments
Issue Links
- is related to
-
JAVA-599 Add nolock option to doEval()
-
- Closed
-