summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41414: Have stdx::variant unconditionally implemented by mparkJacob Evans2019-05-311-41/+3
* 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-311-2/+2
* 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-311-3/+10
* 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-3029-1705/+1128
* SERVER-40877 Enforce strict config file access for expansionsSara Golemon2019-05-305-23/+94
* SERVER-37062 db.watch does not show up in autocomplete or helpDavis Haupt2019-05-301-0/+2
* SERVER-41127 Track state of termination initializationAlex Taskov2019-05-303-3/+89
* SERVER-39671: Added warnings for flags sslAllowInvalidCertificates and sslAll...Roxane2019-05-302-12/+18
* SERVER-41269 Set txn state to in-progress when fetching active transaction stateSiyuan Zhou2019-05-302-46/+28
* SERVER-41113 fix windows compileBenety Goh2019-05-301-1/+1
* 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-301-4/+6
* SERVER-36159 Log whenever the gossiped config server opTime term changesKevin Pulo2019-05-3011-22/+65
* 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-2910-143/+993
* 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-292-1/+10
* 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-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-41134 Add RSM::findHostsWithMaxWaitJason Carey2019-05-2812-27/+192
* SERVER-41131 Add StrongWeakFinishLineJason Carey2019-05-283-0/+197
* SERVER-36443 Clear ChunkManager objects in metadata when no longer in usejannaerin2019-05-283-18/+136
* SERVER-40529 Refresh pinned users in background threadJonathan Reams2019-05-2811-324/+198
* SERVER-41189 Make transaction coordinator retry persisting decision on all er...jannaerin2019-05-282-80/+22
* SERVER-40015 make $sb work shardedIan Boros2019-05-288-2/+47
* SERVER-39879 Fix unique_function constructor selection issuesBen Caimano2019-05-271-1/+2
* SERVER-41312 Ban internalReadAtClusterTime in transactionsTess Avitabile2019-05-241-0/+6
* SERVER-41222 TransactionHistoryIterator should not yield PBWM lockJustin Seyster2019-05-2415-23/+41
* SERVER-39397 Simplify Walker to remove reference parametersJacob Evans2019-05-242-53/+20
* SERVER-39397 Add setter to ExpressionConstantJacob Evans2019-05-241-0/+4