-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Shell
-
Fully Compatible
-
ALL
-
Query 2019-12-16, Query 2019-12-30
Following SERVER-40523 - running
db.manual.count({},{"random": true})
doesn't throw an error, but instead ignores the invalid option.
Running
db.runCommand({count: "manual", random: true})
does throw an error as expected.
Need to fix the shell helper command so it throws an error on invalid options.
- is related to
-
SERVER-40523 Move count command to IDL
- Closed