summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-1544-783/+48
* SERVER-33698 batchSize:0 snapshot reads must allocate a WiredTiger transactionJames Wahlin2018-03-151-31/+52
* SERVER-33842: updateUser must return UserNotFoundSpencer Jackson2018-03-151-5/+8
* SERVER-33816 convert "explain" command to single-parse modelBilly Donahue2018-03-154-137/+272
* SERVER-33873 change StorageInterface methods to accept NamespaceStringOrUUIDKyle Suarez2018-03-157-116/+291
* SERVER-33586 Add _cloneCatalogData commandBlake Oler2018-03-154-0/+187
* Revert "SERVER-32876 Avoid FTDC stalls when the WT cache is full."Daniel Gottlieb2018-03-157-63/+33
* Revert "SERVER-33734 Improve jsTestLog filterability"Esha Maharishi2018-03-151-2/+1
* SERVER-32117 Make embedded builds slimmerAndrew Morrow2018-03-151-1/+3
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-1531-191/+502
* SERVER-33154 Legacy queries with predicate {query: "foo"} are upconverted inc...David Bartley2018-03-151-4/+4
* SERVER-33902 use StorageInterfaceImpl in SyncTail testsBenety Goh2018-03-154-37/+22
* SERVER-33549 Refactor OpenSSL to use common ASN.1 code and add testMark Benvenuto2018-03-151-94/+3
* SERVER-33734 Improve jsTestLog filterabilityJudah Schvimer2018-03-151-1/+2
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-1517-82/+47
* SERVER-32876 Fix comment typo.Michael Cahill2018-03-151-2/+3
* SERVER-32876 Avoid FTDC stalls when the WT cache is full.Michael Cahill2018-03-157-33/+62
* SERVER-33551 Track snapshot read transactions with MultiDocumentTransactionSt...Matthew Russotto2018-03-148-65/+95
* SERVER-23202: Query planner does not trim certain bounds-generating inequalit...Nick Zolnierz2018-03-142-3/+325
* SERVER-33875 Add more useful logging to IndexCatalogImpl::numIndexesReadyLouis Williams2018-03-141-5/+25
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-1431-60/+108
* SERVER-33860 remove multiSyncApply_noAbortBenety Goh2018-03-143-18/+1
* SERVER-33859: Prime oplog visibility to the top of oplog on startup.Daniel Gottlieb2018-03-141-5/+16
* SERVER-33865 Use ReadConcernArgs OperationContext decoration on mongosJack Mulrow2018-03-141-7/+8
* SERVER-33876 ShardingTest starts shards as single node replica setsjannaerin2018-03-141-1/+1
* SERVER-33858 Update and findAndModify with upsert=true should not create syst...Tess Avitabile2018-03-142-0/+2
* SERVER-33860 ApplierHelpers::InsertGroup uses SyncTail::syncApply() to apply ...Benety Goh2018-03-143-17/+5
* SERVER-33576 Reduce scope of UninterruptibleLockGuard in ReplicationCoordinatorSpencer T Brody2018-03-141-10/+7
* SERVER-33672 Make killSessionsLocal() kill any matching SessionsTess Avitabile2018-03-149-33/+108
* SERVER-33785 Prevent interrupt in clientcursormon threadCharlie Swanson2018-03-142-20/+26
* SERVER-33586 Move getAllShardedCollectionsForDb to the CatalogClientBlake Oler2018-03-149-37/+43
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-1422-43/+548
* SERVER-33860 multiSyncApply_noAbort always applies operation using SyncTail::...Benety Goh2018-03-144-20/+13
* SERVER-33600 Rollback cannot set oplogTruncateAfterPoint until recoverToStabl...Judah Schvimer2018-03-145-107/+240
* SERVER-33722 readConcern snapshot should return an error for metadata changesJames Wahlin2018-03-1410-63/+90
* Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update ...Martin Neupauer2018-03-1422-548/+43
* SERVER-33860 update SyncTail steady state tests for document validation and i...Benety Goh2018-03-141-164/+159
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-1422-43/+548
* SERVER-33860 add SyncTailTest::runOpsSteadyStateBenety Goh2018-03-142-1/+9
* Import wiredtiger: b33708d7d9b2971cda05e71fcba6067b230b97cc from branch mongo...Luke Chen2018-03-1431-438/+759
* SERVER-33027 add computeAtClusterTime helperMisha Tyulenev2018-03-137-2/+166
* Import tools: 61fe01cbc76d2e9f9a9c918e592648dfdb646eff from branch masterr3.7.3Kelsey Schubert2018-03-133-3/+4
* SERVER-33860 add SyncTailTest::createCollectionWithUuidBenety Goh2018-03-131-0/+10
* SERVER-33860 add OpObserver for SyncTail test fixtureBenety Goh2018-03-132-2/+103
* SERVER-32144 Remove test coverage for replication protocol version 0Vesselina Ratcheva2018-03-1311-1176/+105
* SERVER-29908 Move the migration critical section out of MigrationSourceManagerKaloian Manassiev2018-03-1311-115/+244
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-1320-253/+146
* Revert "SERVER-19410 Enforce maxTimeMS on mongos."Charlie Swanson2018-03-134-80/+18
* SERVER-32332 decouple BackgroundSync from SyncTailBenety Goh2018-03-138-72/+145
* SERVER-33689 killCursors on snapshot read cursor should free stashed transact...Tess Avitabile2018-03-1310-96/+273