summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43234 Fix temporary changes made to SERVER-42287Adam Cooper2019-10-014-31/+37
* SERVER-42182 fix mac os x compileBenety Goh2019-10-011-3/+3
* SERVER-43350 $lookup with no local default or user-specified collation should...Bernard Gorman2019-10-015-7/+156
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-0117-79/+224
* SERVER-43619 Overload SortedDataInterface::Cursor to return KeyStringGregory Wlodarek2019-10-019-67/+252
* SERVER-43304 Modernize mr1.jsCharlie Swanson2019-10-0112-213/+206
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-0116-359/+188
* SERVER-33601 Make sharding_migrate_large_docs.js, bulk_insert.js, and prefix_...Cheahuychou Mao2019-10-013-13/+17
* SERVER-40000 Only use the --release flag for builds that could releaseAndrew Morrow2019-10-011-75/+67
* SERVER-43727 Yield locks on secondaries while waiting for two-phase index bui...Louis Williams2019-10-016-5/+12
* SERVER-39774 Increase number of updates in rollback_wt_cache_full.jsEvgeni Dobranov2019-10-011-2/+1
* SERVER-43428 Do not set stmtId when constructing ShardKeyCmdObjJason Chan2019-10-015-39/+14
* SERVER-43737 Fixed unnamed variable in Biggie's RecordStoreGregory Wlodarek2019-10-011-1/+1
* SERVER-43148 fix MurmurHash3 layering violationBilly Donahue2019-10-013-376/+409
* SERVER-43353 index_stepdown_init.js must handle error messages other than Ind...Louis Williams2019-10-011-1/+3
* SERVER-43691 Make repltests.cpp tests independentA. Jesse Jiryu Davis2019-10-011-5/+5
* SERVER-43471 scons.py should not swallow ImportErrorMathew Robinson2019-10-011-1/+2
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-01169-316/+338
* SERVER-43402 dropDatabase should send drop database oplog entry prior to drop...Gregory Wlodarek2019-10-013-18/+75
* Revert "SERVER-42774 When randomBinVersions is set, randomly assign node bina...Jason Chan2019-09-304-50/+0
* SERVER-43696 Ensure _prepareConflictStartTime, _prepareConflictDuration and c...Haley Connelly2019-09-304-10/+13
* SERVER-36222 Wait for rollback is racy in shard_identity_rollback.jsJanna Golden2019-09-301-20/+14
* SERVER-38673 Re-enable sharded change streams update lookup tests that use la...William Schultz2019-09-304-32/+0
* SERVER-41954 Test that commands that send databaseVersion are subjected to th...Chou Mao2019-09-301-145/+364
* SERVER-43323 All replicated index builds should write startIndexBuildLouis Williams2019-09-307-32/+137
* SERVER-42835 Fix inconsistent handling of arrays as $group keysTed Tuckman2019-09-302-6/+22
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-3070-232/+278
* SERVER-43707 CollectionLock destroyed immediately after creation in DatabaseI...Gregory Wlodarek2019-09-301-1/+1
* SERVER-43587 Add AD name into SCons cache connection stringVitalii Lirnyk2019-09-301-1/+1
* SERVER-43140 Add limit to size of emitted values per document in $_internalJs...Ted Tuckman2019-09-306-1/+40
* SERVER-43339 Make PBWM respect MaxTimeMSXiangyu Yao2019-09-306-3/+81
* SERVER-42774 When randomBinVersions is set, randomly assign node binary versi...Jason Chan2019-09-304-0/+50
* SERVER-38167 Use 'requires_profiling' tag to exclude profile tests from core ...Arun Banala2019-09-3020-70/+38
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from SyncTa...Mihai Andrei2019-09-3021-1867/+2352
* SERVER-43687 continue using ParsedProjection in findAndModify() pathIan Boros2019-09-302-0/+23
* SERVER-42806 move base/backtrace test stuff to util/stacktrace_*Billy Donahue2019-09-306-54/+46
* Revert "SERVER-43304 Modernize mr1.js"Suganthi Mani2019-09-3012-204/+213
* SERVER-43678 Background collection validation should take a MODE_IS collectio...Dianna Hohensee2019-09-301-5/+7
* SERVER-43659 better diagnostics on resmoke subprocess errorsBilly Donahue2019-09-301-7/+7
* SERVER-39999 After the upgrade to SCons 3.1.1 the cache can be used with the ...Andrew Morrow2019-09-291-2/+1
* SERVER-43415 MultiInblock::cleanUpAfterBuild() always assumes we have the nec...Benety Goh2019-09-281-16/+2
* SERVER-43301 disable backup_restore_*.js tests under two phase index buildsBenety Goh2019-09-283-3/+15
* SERVER-43415 abortIndexBuild should not abort secondary oplog applicationBenety Goh2019-09-284-14/+8
* SERVER-43415 IndexBuildsCoordinator acquires locks before cleaning up a faile...Benety Goh2019-09-281-1/+19
* Revert "SERVER-36222 Wait for rollback is racy in shard_identity_rollback.js"Benety Goh2019-09-281-12/+22
* SERVER-42977 fix testBenety Goh2019-09-281-2/+1
* SERVER-43667: ensure burn_in_tags updates key permissions for testsDavid Bradford2019-09-273-45/+90
* SERVER-33180 Update 2_test_launching_cluster.js test to use replica set shardsxChou Mao2019-09-271-2/+1
* SERVER-43679 Blacklist comment_field_passthrough.js test for inMemory and mob...Arun Banala2019-09-271-0/+2
* SERVER-42977 Remove support for CodeWScope in IDLJacob Evans2019-09-273-16/+29