|
Author:
{'name': 'Henrik Edin', 'email': 'henrik.edin@mongodb.com', 'username': 'henrikedin'}
Message: SERVER-52694 Rely on Collection copy-on-write instead of restoring Collection in rollback handler
CollectionIndexUsageTrackerDecoration is separated from CollectionQueryInfo as they no longer have the same semantics. CollectionIndexUsageTrackerDecoration is shared between Collection instances and CollectionQueryInfo is not.
Fix UnmanagedCommitManagedRollback mode so it works when write conflict exception is thrown by managing it for rollback
Branch: master
https://github.com/mongodb/mongo/commit/fef6cc564d517b895b4857c73a9a794bd9987194
|