summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_identity_rollback_notifier.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-4/+4
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-23802 Shut down shard if it rolls back the shardIdentity document.Spencer T Brody2016-08-151-0/+52