summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-25244 unit tests for removeShard compatibility pathEsha Maharishi2016-08-011-14/+5
|
* SERVER-22057 refactor OpObserver::onUpdate and ↵Dianna Hohensee2016-01-151-2/+22
| | | | MigrationSourceManager::logUpdateOp to directly take the updated document
* SERVER-21678 setting fromMigrate flag for deletes in oplogDianna Hohensee2016-01-041-1/+10
|
* SERVER-21382 fixing sharding migration to transfer only document deletions ↵Dianna Hohensee2015-12-221-2/+9
| | | | relevant to the chunk being migrated, not every deletion
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-061-2/+2
| | | | This includes the start of SERVER-21155.
* Revert "SERVER-21154 Batch and parse oplog entries in parallel with applying ↵Mathias Stearn2015-11-041-2/+2
| | | | | | them" This reverts commit 2f70889bbfd4dea77cd26cec2dde28193b06905d.
* SERVER-21154 Batch and parse oplog entries in parallel with applying themMathias Stearn2015-11-041-2/+2
| | | | This includes the start of SERVER-21155.
* SERVER-21031: Vectorize logOpsMartin Bligh2015-10-281-4/+5
|
* Revert "SERVER-21031: Vectorize logOps"Martin Bligh2015-10-271-5/+4
| | | | This reverts commit bc0704481b68db6d3116eb2692088f73759d776a.
* SERVER-21031: Vectorize logOpsMartin Bligh2015-10-271-4/+5
|
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-52/+49
|
* SERVER-17573 move OpObserver calls into the datalayer as much as possible ↵matt dannenberg2015-04-091-6/+10
| | | | and eliminate repl bools
* SERVER-13896 Replace logOp() with a more operation-aware observer interfacematt dannenberg2015-03-111-0/+88