summaryrefslogtreecommitdiff
path: root/src/mongo/db/write_concern.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+1
|
* SERVER-47043 Read concern set to default when it should be localMarcos José Grillo Ramírez2020-03-241-1/+3
|
* SERVER-45623 improve diagnosability of default writeConcernKevin Pulo2020-02-201-1/+4
| | | | | - Include the writeConcern in writeConcernErrors - Add serverStatus counters for default writeConcern timeouts and unsatisfiability
* SERVER-46067 Replicate Before Journaling interface changesDianna Hohensee2020-02-121-3/+4
| | | | | | | | | flushAllFiles takes callerHoldsReadLock in order to skip taking a write lock to update the truncate point. waitUntilDurable takes skipJournalListenerUpdate to know to skip updating the truncate point. getToken takes a defer_lock and opCtx so collection locks can be locked prior to locking the mutex. Remove inactive 'async' field from fsync command. Put explicit dummy value for inactive (since MMAP) 'numFiles' result field in fsync command. Put explicit dummy value for inactive (since MMAP) 'fsyncFiles' result field in write concern.
* 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-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-7/+3
|
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-3/+3
| | | | | | 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-27176 Improve performance of command writeConcern parsingJames Wahlin2016-12-061-2/+7
|
* SERVER-25204 Allow writeConcern w:1 for 'local' on CSRS config serversKaloian Manassiev2016-07-251-2/+4
|
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-081-3/+1
|
* SERVER-22694 removed setupSynchronousCommit() and goingToWaitUntilDurable()Judah Schvimer2016-04-251-8/+0
|
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-1/+2
|
* SERVER-21604 v3.0 mongos fails to ping config.mongos if config servers are v3.2Randolph Tan2015-11-251-2/+5
|
* SERVER-20945 do not require majority write concern for CSRS local dbMisha Tyulenev2015-10-201-2/+3
|
* SERVER-19934 waitForWriteConcern should take write concern parameterKaloian Manassiev2015-10-071-0/+1
| | | | | | That way sub-operations, which need to wait on a specific write concern, which might be different than the one of the entire operation don't need to change the OperationContext.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-67/+68
|
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-1/+5
|
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-1/+1
|
* SERVER-6558 Attach write concern to operation context.Siyuan Zhou2015-03-271-4/+2
|
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-171-0/+17
|
* Revert "SERVER-6558 Add writeConcern option to findAndModify command"Daniel Alabi2015-03-161-17/+0
| | | | This reverts commit bb9b4e27c8c31542af52d80f4c3751c435909d69.
* SERVER-6558 Add writeConcern option to findAndModify commandDaniel Alabi2015-03-161-0/+17
|
* SERVER-15195 Implement getHostsWrittenTo in ReplicationCoordinatorImplSpencer T Brody2014-09-141-1/+2
|
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
|
* SERVER-13931 do some killCurrentOp cleanupHari Khalsa2014-05-161-1/+4
|
* SERVER-12899 append "waited" field to all fsync GLE calls for 2.4 compatibilityGreg Studer2014-03-041-1/+1
|
* SERVER-12274 refactor validation out of waiting for write concernGreg Studer2014-01-141-4/+9
|
* SERVER-11875 Convert internal writes to use write commandsRandolph Tan2014-01-061-21/+2
|
* SERVER-11977 support for non-client opTime in mongod GLEGreg Studer2013-12-091-4/+15
| | | | Also removes client dependency from waitForWriteConcern.
* SERVER-11665: add timing in writeConcern result for sync timeEliot Horowitz2013-12-031-0/+2
|
* SERVER-11665: refactor waitForWriteConcernEliot Horowitz2013-12-031-10/+49
| | | | new structs instead of BSONObj
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
|
* SERVER-9468 Pull out bulk of CmdGetLastError::run() into helperJason Rassi2013-07-101-0/+32