The WiredTigerIndex class stores a copy of the collection name in a _collectionNamespace constant, but this becomes invalid on rename. Indeed the index should not refer back to its parent collection as that can change.
- depends on
-
SERVER-47873 Eliminate the Collection* saved in IndexDescriptor
- Closed