summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_buffer_proxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-19/+19
| | | | | | 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-25268 added OplogBufferProxy. caches front and back values of the ↵Benety Goh2016-09-201-0/+164
underlying OplogBuffer