summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-36431 Powercycle should check for existence of a process before access...Jonathan Abrahams2018-08-131-2/+5
* SERVER-36076 Create new resmoke.py test suite for running mongoebench on a de...Jonathan Abrahams2018-08-1315-12/+651
* SERVER-36566 Remove assertion that RecordId exists after salvage in WiredTige...Louis Williams2018-08-131-4/+0
* SERVER-36530 add EVG tasks for multiversion agg expression fuzzerRobert Guo2018-08-132-10/+48
* SERVER-35980 Experimental new output format for planCacheListPlansHaley Connelly2018-08-136-40/+146
* Import wiredtiger: c91b80412603f283532e267893f9238dd4a5ec0f from branch mongo...Luke Chen2018-08-1335-118/+521
* SERVER-35866 Add state field to transaction tableJudah Schvimer2018-08-127-64/+139
* SERVER-36294 Mark transaction as inactive when it is first marked as openWilliam Schultz2018-08-112-5/+21
* SERVER-36594 Rename TransactionParticipant in router_session_runtime_state.hRandolph Tan2018-08-106-109/+111
* SERVER-35916 (1/2) Clean up TransactionCoordinator classEsha Maharishi2018-08-103-91/+152
* SERVER-36595 Always reset Client on OperationContext in transaction_participa...Siyuan Zhou2018-08-101-5/+7
* SERVER-35250 - Add dbtest display_task to 3 more variantsJonathan Abrahams2018-08-101-0/+3
* SERVER-36586 The test shard_existing_coll_chunk_count.js should restart both ...Matthew Saltz2018-08-101-2/+5
* SERVER-36227 Add informatin about additional optimes that we keep track of to...Samy Lanka2018-08-102-5/+22
* SERVER-36467: pass arguments to original function when overriding ReplSetTest...David Bradford2018-08-101-3/+3
* SERVER-35250 Save unstripped dbtest binary on test failureJonathan Abrahams2018-08-101-67/+155
* SERVER-36438 Test copyDatabase() and cloneDatabase() with 4.0 serversMaria van Keulen2018-08-102-0/+120
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-1013-33/+41
* SERVER-36554 Make computeAtClusterTimeForOneShard return latest clusterTime i...Jack Mulrow2018-08-103-2/+36
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-1023-460/+539
* SERVER-36265: Correct number of expected files for nojournal in aggregation_b...Daniel Gottlieb2018-08-101-1/+1
* SERVER-35809 Never implicitly abort prepared transactionsSiyuan Zhou2018-08-096-54/+181
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-0937-198/+1207
* SERVER-35025 Tests depending on exact times removeShard is called are invalidSarah Zhou2018-08-091-0/+11
* SERVER-35881 Gate prepareTransaction on featureCompatibilityVersion 4.2Judah Schvimer2018-08-097-0/+66
* SERVER-36360 top_drop.js occasionally failsSean Tao2018-08-091-3/+3
* SERVER-36561 Move the prepareTransaction command into txn_two_phase_commit_cm...Esha Maharishi2018-08-095-92/+55
* SERVER-36527 Add 'queryHash' to 'queryPlanner' explain output.David Storch2018-08-092-0/+27
* SERVER-35980 Delete PlanCacheEntryFeedback.David Storch2018-08-094-44/+13
* SERVER-36123: Reject $out with mode: replaceCollection if the output collecti...Nick Zolnierz2018-08-098-19/+49
* SERVER-36094 Add override/final to DBClientBase methodsMatthew Russotto2018-08-095-102/+123
* SERVER-36560 Move the coordinateCommitTransaction command into txn_two_phase_...Esha Maharishi2018-08-095-141/+76
* SERVER-36297 Add stubs for the transaction two-phase commit voting commandsEsha Maharishi2018-08-094-0/+155
* SERVER-36545 Avoid submitting chunk-split tasks while shouldAutoSplit is fals...Matthew Saltz2018-08-091-1/+2
* SERVER-34448 Remove miscellaneous now-unused autosplitter code from mongosMatthew Saltz2018-08-095-33/+5
* SERVER-34448 Remove autosplitting logic from map-reduce on mongosMatthew Saltz2018-08-095-314/+0
* SERVER-34448 Remove autosplitting logic from find-and-modify on mongosMatthew Saltz2018-08-091-2/+0
* SERVER-34448 Remove splitIfNeeded from the write path on mongosMatthew Saltz2018-08-091-37/+0
* SERVER-36525 Set the estimated chunk size to 0 when a chunk split is triggere...Matthew Saltz2018-08-094-0/+35
* SERVER-34448 Enable autosplitting on the shard and disable on mongosMatthew Saltz2018-08-0930-107/+222
* SERVER-34448 Change ChunkSplitStateDriver::tryInitiateSplit to return shared_ptrMatthew Saltz2018-08-096-32/+30
* SERVER-36392 Make tests that rely on the autosplitter unintentially not requi...Matthew Saltz2018-08-096-24/+38
* SERVER-36553 Disable transactions_reaped_with_tickets_exhausted in replica_se...Matthew Russotto2018-08-091-0/+1
* SERVER-35159 Track transactions latency and add to serverStatus outputNathan Louie2018-08-095-7/+145
* SERVER-36233 prevent the profile command from being run on secondary read ove...Robert Guo2018-08-091-4/+4
* SERVER-35800 retry getting build_id and test_id from logkeeperRobert Guo2018-08-093-6/+23
* SERVER-34954 Add test to check unique indexes on a newly added --shardsvr nodeSulabh Mahajan2018-08-093-13/+56
* SERVER-35696 Provide a way to recover data files when lacking _mdb_catalog da...Xiangyu Yao2018-08-086-2/+120
* SERVER-36265: Expose a $backupCursor aggregation stage.Daniel Gottlieb2018-08-0815-62/+408
* SERVER-36093 QueryRequest should have a single constructor that takes a Names...Matthew Russotto2018-08-083-7/+5