summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38685 Adds a warning when ephemeral storage is used with writeConcernM...Vishnu Kaushik2019-05-311-1/+19
* SERVER-41000 Fix typo in failpoint writeConfilctInRenameCollCopyToTmpZach Yam2019-05-312-3/+3
* SERVER-38105 Removed unused uassertLockTimeout methodGabe Villasana2019-05-311-8/+0
* SERVER-41344 Format using fmt/format instead of snprintfGeert Bosch2019-05-315-67/+201
* SERVER-23831 Remove fastmodinsertXin Hao Zhang2019-05-316-17/+2
* SERVER-41316 Account for constants in UpdateOpEntry size estimateCharlie Swanson2019-05-312-3/+21
* SERVER-38477 index build lock acquisitions should be interruptibleEric Milkie2019-05-311-8/+0
* SERVER-41385 Remove the database MODE_X lock in IndexBuildsCoordinator::_regi...Gregory Wlodarek2019-05-301-7/+5
* Revert "SERVER-40861 renameCollectionForApplyOps from a collection to itself ...Gregory Wlodarek2019-05-302-34/+1
* SERVER-41399 embedded should create dbholder before storage engineXiangyu Yao2019-05-301-1/+1
* SERVER-40861 renameCollectionForApplyOps from a collection to itself should s...Xiangyu Yao2019-05-302-1/+34
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-3036-1739/+1143
* SERVER-40877 Enforce strict config file access for expansionsSara Golemon2019-05-308-23/+181
* SERVER-37062 db.watch does not show up in autocomplete or helpDavis Haupt2019-05-302-0/+3
* SERVER-41127 Track state of termination initializationAlex Taskov2019-05-303-3/+89
* SERVER-39671: Added warnings for flags sslAllowInvalidCertificates and sslAll...Roxane2019-05-303-36/+72
* SERVER-40973 Wait for secondary to replicate abortTransaction entry in initia...Vesselina Ratcheva2019-05-301-3/+5
* SERVER-41269 Set txn state to in-progress when fetching active transaction stateSiyuan Zhou2019-05-302-46/+28
* SERVER-41395: Make sure causally consistent test suites exclude tests tagged ...Lingzhi Deng2019-05-304-0/+4
* SERVER-41113 fix windows compileBenety Goh2019-05-301-1/+1
* SERVER-41390: Only validate_mongocryptd if variant has a push taskDavid Bradford2019-05-304-15/+123
* SERVER-41113 Ignore NamespaceNotFound exceptions when applying transactions d...Matthew Russotto2019-05-302-9/+41
* SERVER-40958 Deprecate the 'scandata' argument in 'validate', update correspo...Gregory Noma2019-05-305-17/+14
* SERVER-41293 Metadata size is double counted in Document::getApproximateSize()Martin Neupauer2019-05-302-7/+7
* SERVER-41203 Robustify $merge all_modes.jsAnton Korshunov2019-05-304-0/+23
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-05-3011-22/+65
* SERVER-41379 Add Python virtualenv to gitignoreRobert Guo2019-05-291-0/+4
* SERVER-41182 Change streams support for transactions larger than 16MBJustin Seyster2019-05-2917-264/+744
* SERVER-41178: TransactionHistoryIterator should do untimestamped reads during...Lingzhi Deng2019-05-291-0/+16
* SERVER-41318 Return SemiFutures for ConnectionPoolBen Caimano2019-05-299-357/+337
* SERVER-40980 SERVER-40984 Basic transactions serverStatus on mongosJack Mulrow2019-05-2911-143/+1528
* SERVER-41239 Link to recommended alternative in error message for distinct on...Jack Mulrow2019-05-291-1/+3
* SERVER-36538: fix idempotency test prefix/suffix testLingzhi Deng2019-05-293-44/+35
* SERVER-41317 Push commit transaction's check for a majority-committed prepare...Vesselina Ratcheva2019-05-294-19/+44
* SERVER-41347 Fix handling of non-strict arguments during option canonicalizationSara Golemon2019-05-291-9/+20
* SERVER-41033 Ignore prepared transactions for index buildsLouis Williams2019-05-294-10/+143
* SERVER-40338 Add tests for replacement and pipeline style updates to change t...jannaerin2019-05-295-63/+505
* SERVER-41289 setStableTimestamp(force=true) always sets oldest and commit tim...Benety Goh2019-05-291-19/+9
* SERVER-41124 Remove default collection from keystore APIShreyas Kalyan2019-05-292-2/+5
* SERVER-40953 capture errno earlier when accessing shell history fileKevin Pulo2019-05-291-10/+20
* SERVER-41047 errnoWithDescription only check __ANDROID_API__ if it's definedKevin Pulo2019-05-294-1/+94
* Import wiredtiger: 57bd75fee93b685c133281100719f886d0184589 from branch mongo...r4.1.13Luke Chen2019-05-2955-580/+1945
* SERVER-39844 Add shard key update and migration concurrency testingBlake Oler2019-05-282-0/+523
* SERVER-40826 Add getters to projection nodesTed Tuckman2019-05-286-0/+61
* SERVER-40164: Set kill reason ErrorCodes::InterruptedDueToStepDown for yieldL...Lingzhi Deng2019-05-281-1/+2
* SERVER-41280 JS tests shouldn't assume the prepare oplog entry is the first i...Siyuan Zhou2019-05-283-18/+19
* SERVER-41134 Add RSM::findHostsWithMaxWaitJason Carey2019-05-2812-27/+192
* SERVER-41131 Add StrongWeakFinishLineJason Carey2019-05-283-0/+197
* SERVER-40924 SERVER-40923 Add Evergreen task to sanity check fuzzer can parse...Robert Guo2019-05-283-48/+88
* SERVER-36443 Clear ChunkManager objects in metadata when no longer in usejannaerin2019-05-283-18/+136