-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
v6.1
-
- start up a mongod instance using a 6.0 binary
- run the mongo shell using a 6.1 binary
- run 'collMod' command with a 'system.buckets' NS and the command will not fail
-
Execution Team 2022-09-05
-
19
In SERVER-64791, we disallow calling the "collMod" command with a 'system.buckets.' collection namespace.
We also added a test case expecting an 'InvalidNamespace' error for the scenario above but if the server is on version 6.0, the command will work when it should have failed.