summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-36115 (part 2) add some tags to fsm testsIan Boros2018-11-092-0/+6
* SERVER-37681 Make it clear from the stack trace whether a command is running ...Judah Schvimer2018-11-091-8/+8
* SERVER-36115 ban tests from causal consistency suites which use $currentOpIan Boros2018-11-095-0/+18
* SERVER-37697 Capture all rusage data in FTDC Server StatusBen Caimano2018-11-091-4/+30
* SERVER-37896 Reduce execution time of wildcard_index_basic_index_bounds.jsBernard Gorman2018-11-091-34/+46
* SERVER-37867 Include the record id and the store which failed to find a recordKaloian Manassiev2018-11-092-1/+3
* SERVER-37650 Add test for $currentOp interaction with exhaust cursorsBernard Gorman2018-11-093-42/+207
* SERVER-36473 Make a dedicated RAII class to manage Client lifetimeGregory Wlodarek2018-11-0833-229/+259
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-0822-331/+341
* SERVER-38023 Add v3 toolchain variables filesAndrew Morrow2018-11-085-13/+111
* SERVER-37975 Remove '_oplogMaxAtStartup' in WiredTigerOplogManagerXiangyu Yao2018-11-082-19/+6
* SERVER-37945 Replace the Global X lock with a ReplicationStateTransitionLockG...Samy Lanka2018-11-0810-28/+55
* SERVER-37559 Fail prepareTransaction command against replica set primary with...Vesselina Ratcheva2018-11-082-0/+39
* SERVER-37842 host field for idleCursors doesn't include port.Martin Neupauer2018-11-082-2/+5
* SERVER-37727 dropIndexes supports dropping multiple indexesBenety Goh2018-11-083-5/+52
* SERVER-37909 fix lintBenety Goh2018-11-082-11/+11
* SERVER-37909 Fix GCC-8 in some tests.ADAM David Alan Martin2018-11-0810-59/+46
* SERVER-35811 disallow committing at the prepareTimestampPavi Vetriselvan2018-11-0810-35/+99
* SERVER-37727 clean up drop_indexes.cppBenety Goh2018-11-081-62/+77
* SERVER-38032 Rename transaction_coordinator_commands_impl.{h,cpp} to transact...Esha Maharishi2018-11-085-4/+3
* SERVER-37269 Use read_once cursors to do foreground index build collection scansLouis Williams2018-11-081-0/+11
* SERVER-37727 clean up drop_index.js testBenety Goh2018-11-081-14/+58
* SERVER-38031 Move txn::launchCoordinateCommitTask to be an anonymous function...Esha Maharishi2018-11-083-68/+62
* SERVER-38024 initial_sync_oplog_hole test should be tagged as requiring docum...Matthew Russotto2018-11-081-0/+2
* SERVER-37984 Upgrade yaml-cpp to 0.6.2Mathew Robinson2018-11-08105-561/+961
* SERVER-37898 CollectionCloner must not set _clientConnection without holding ...Tess Avitabile2018-11-082-2/+5
* SERVER-36916 Use signed int for _id BSON value in DuplicateKeyTrackerLouis Williams2018-11-082-2/+2
* SERVER-38019 Coordinator should not process prepare responses if no longer in...Esha Maharishi2018-11-071-7/+9
* SERVER-37787 Refactor the way we use pointers in BiggieSEGregory Wlodarek2018-11-078-253/+271
* SERVER-37378 Prevent $out to the same namespace as the aggregation for the ne...Devin Hilly2018-11-074-2/+58
* SERVER-37261 Protect setting ReadConcernArgs decoration on OperationContext w...Vesselina Ratcheva2018-11-077-15/+34
* SERVER-36260 Remove blacklist from sharded_core_txns_sharded_collectionsJack Mulrow2018-11-072-6/+4
* SERVER-37364 Temporarily disable coordinator returning decision as soon as de...Esha Maharishi2018-11-071-1/+14
* SERVER-37930 Add test coverage for createIndexes inside nested applyOpsXiangyu Yao2018-11-071-0/+62
* SERVER-36916 Object to keep track of keys that violate uniqueness constraintsLouis Williams2018-11-0712-71/+752
* SERVER-38012 Add 'wt' to .gitignore.David Storch2018-11-071-0/+1
* SERVER-37839 listIndexes adds indexBuildUUID field to in-progress index specsBenety Goh2018-11-072-8/+51
* SERVER-37446 Make more PlanStages inherit from RequiresCollectionStage.David Storch2018-11-0716-118/+117
* SERVER-37446 Change PlanStages which don't require a collection to avoid keep...David Storch2018-11-0731-219/+282
* SERVER-37882 Switch the distributed transaction commit protocol to the RPC pr...Esha Maharishi2018-11-0764-1201/+1026
* SERVER-37932 Remove erroneous part of coll_epoch_test1.js that attempts to te...Esha Maharishi2018-11-071-37/+0
* SERVER-37969 Guard against duplicate named optionsSara Golemon2018-11-073-96/+124
* SERVER-37941 De-duplicate resolved addressesSara Golemon2018-11-071-50/+63
* SERVER-36260 Update function namesJack Mulrow2018-11-073-5/+5
* SERVER-36260 Share sessionOptions validations between MongoS and MongoDJack Mulrow2018-11-077-105/+120
* SERVER-28592 Fixed line-wrapping commentJacob Evans2018-11-071-2/+2
* SERVER-28592 Move $sample earlier in the aggregation pipelineJacob Evans2018-11-077-22/+97
* SERVER-37868 Add multi-shard passthrough for core_txns with implicitly sharde...Jack Mulrow2018-11-077-7/+145
* SERVER-37868 Use unordered array comparisons in core_txns testsJack Mulrow2018-11-0715-60/+204
* SERVER-37833 Retry internal auth with alternate key during keyfile rolloverJonathan Reams2018-11-0716-110/+392