-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.0.5
-
Component/s: Admin
-
None
-
Server Security
-
0
I am using the official C# driver v1.4.2. I noticed that I cannot remove the system collection `system.indexes` from my database (this is rather expected) but I can rename this collection (this is rather unexpected).
> db.system.indexes.renameCollection("old_indexes") { "ok" : 1 } > show collections old_indexes
Discussion: https://groups.google.com/forum/#!topic/mongodb-user/C0AksmnNVdY
I've been recommended to submit the issue, so do I.
- depends on
-
SERVER-31216 Mark internal collections in metadata so tools don't dump them
- Closed
- duplicates
-
SERVER-48513 User collections can be renamed to a valid system collection, leading to server crash.
- Closed
- is duplicated by
-
SERVER-48513 User collections can be renamed to a valid system collection, leading to server crash.
- Closed
- related to
-
SERVER-5972 Cannot drop system.js collection
- Closed