Details
-
Bug
-
Resolution: Unresolved
-
Minor - P4
-
None
-
None
-
Query Optimization
-
ALL
Description
> c = db.coll.system.namespaces
test.coll.system.namespaces
> c.save({})
> c.findOne()
null
Presumably db.system.namespaces should be protected, but not db.coll.system.namespaces?
I think there are some related validations that should be checked as well.
Attachments
Issue Links
- is duplicated by
-
SERVER-12944 validateUpdate ns
-
- Closed
-
-
SERVER-16751 Use prefix matching to detect system namespaces, not substring matching
-
- Closed
-
-
SERVER-28074 Overly eager check for .system. in collection names causes error / assertion
-
- Closed
-