summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/apply_ops.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27914 Verify canAcceptWritesForDatabase() is called while the caller h...Matthew Russotto2017-03-061-1/+1
* Revert "SERVER-26965 Use RAII type for turning off replicated writes."Matthew Russotto2017-03-061-1/+1
* SERVER-26965 Use RAII type for turning off replicated writes.Matthew Russotto2017-03-061-1/+1
* SERVER-27246 fix atomic applyOps with nonexistent dbsEric Milkie2016-12-051-75/+88
* SERVER-26117 renameCollection 'c' op should restart initial sync upon applica...Siyuan Zhou2016-09-261-1/+1
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-0/+3
* SERVER-24999 Built _configsvrSplitChunk wrapper around applyOpsJess Fan2016-08-101-6/+8
* SERVER-23690 Make applyOps command use the collection default collationTess Avitabile2016-06-221-11/+38
* SERVER-23326 Commit applyOps as single WUOW where possibler3.3.7Geert Bosch2016-06-031-95/+193
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-1/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-1/+0
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-0/+1
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-1/+0
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-3/+4
* SERVER-10771 applyOps indicates which op caused an errorJudah Schvimer2015-11-131-10/+19
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-140/+139
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-1/+1
* SERVER-18227 Add bypassDocumentValidation support to applyOpsMathias Stearn2015-05-151-6/+5
* SERVER-18317 special cases commands when applying oplog entriesmatt dannenberg2015-05-061-16/+11
* SERVER-15860 Switch replication metadata ops to be replication-specific, rath...matt dannenberg2015-04-171-1/+0
* SERVER-17573 move OpObserver calls into the datalayer as much as possible and...matt dannenberg2015-04-091-0/+215