summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31448 SessionCatalogMigrationDestinationTest with calls to returnOplog...r3.6.0-rc1Randolph Tan2017-10-231-87/+31
* SERVER-31676 Run only basic tests on RocksDB buildvariantIan Whalen2017-10-231-54/+0
* SERVER-31328 Don't fetch oplog entries for retries of executed inserts or del...Kaloian Manassiev2017-10-239-215/+43
* SERVER-31623 MatcherTypeSet must not cast large doubles to intKyle Suarez2017-10-234-7/+89
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-2329-271/+774
* SERVER-31165 added mismatched oplog entries to assert messagePavithra Vetriselvan2017-10-231-3/+5
* SERVER-31606 Make sure primary doesn't drop collection before it is committedWilliam Schultz2017-10-234-188/+260
* SERVER-31166 Ensure all rollback tests check dbhash and oplog consistencyWilliam Schultz2017-10-2310-0/+43
* SERVER-31539 applyOps create fails if UUID already exists in different DBGeert Bosch2017-10-232-0/+56
* SERVER-31600 Remove unused updateCommitPoint_inlock() functionPavithra Vetriselvan2017-10-232-16/+0
* SERVER-31609 fix request synchronization for makeNoopWriteIfNeededMisha Tyulenev2017-10-232-29/+86
* SERVER-30995 Add compass community packages wiki linkMathew Robinson2017-10-231-3/+3
* SERVER-31514 Move the comment from replication external state impl's header t...Siyuan Zhou2017-10-232-2/+2
* SERVER-31545 Remove deprecated mongooplog toolRamon Fernandez2017-10-2324-646/+12
* SERVER-31295 Re-enable applyOps rollback testWilliam Schultz2017-10-231-23/+56
* SERVER-30751 Use optimized MatchExpressions in JSON parser test.Justin Seyster2017-10-2311-1119/+967
* SERVER-31676 Disable stepback on RocksDB buildvariantIan Whalen2017-10-231-0/+1
* SERVER-17414 Disable warnings with optimized code generationMark Benvenuto2017-10-212-0/+8
* SERVER-31350: Make enableMajorityReadConcern a noopDaniel Gottlieb2017-10-2014-101/+71
* SERVER-31658 Wait for state SECONDARY instead of RECOVERING in replsets/auth2.jsWilliam Schultz2017-10-201-6/+6
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-2017-40/+92
* SERVER-17414 Disable warnings in third-partyMark Benvenuto2017-10-209-3/+44
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-2023-35/+36
* SERVER-31346 Disallow 3.6 query features in views under FCV 3.4James Wahlin2017-10-207-7/+502
* SERVER-31192 Make Change Stream extract documentKey from insert op log entryNathan Myers2017-10-2013-14/+155
* SERVER-31615 add tag to queryoptimizer3.js so it doesn't run in sharded passt...Dianna Hohensee2017-10-206-5/+18
* SERVER-29452 Correctly obtain the UUID of a collection in setfcv testMaria van Keulen2017-10-201-1/+1
* SERVER-31644 Rename the per-shard filtering information cache collections to ...Kaloian Manassiev2017-10-207-9/+9
* SERVER-31281 Combine computeLatestTransactionTableRecords and fillWriterVecto...Kaloian Manassiev2017-10-204-106/+60
* Revert "SERVER-31615 add tag to queryoptimizer3.js so it doesn't run in shard...Dianna Hohensee2017-10-206-18/+5
* SERVER-31615 add tag to queryoptimizer3.js so it doesn't run in sharded passt...Dianna Hohensee2017-10-206-5/+18
* SERVER-31295 SERVER-31489 Allow applyOps to rollback without UUIDKatherine Walker2017-10-203-34/+96
* SERVER-31189 SERVER-31426 fail rollback on downgradeJudah Schvimer2017-10-208-89/+418
* SERVER-31587 limit scope of OperationContext in ReplBatcherBenety Goh2017-10-201-14/+35
* SERVER-31428 avoid redundant concurrent generation of new chunkMapsKevin Pulo2017-10-201-15/+42
* SERVER-31137 Assert the in-memory fCV is initialized on startupMaria van Keulen2017-10-191-10/+27
* SERVER-31521 Make OperationContextGroup have a non-sticky interrupt and updat...Dianna Hohensee2017-10-195-42/+29
* SERVER-31026 Fix Windows zero-length array errorGeert Bosch2017-10-191-1/+1
* SERVER-19919 Remove the 250000 document limit for migrationRandolph Tan2017-10-191-2/+1
* SERVER-31347 Remove SessionCatalogMigrationDestination::waitUntilReadyToCommi...Randolph Tan2017-10-193-15/+0
* SERVER-31026 Properly format UUIDs in BSONElement::toStringGeert Bosch2017-10-193-10/+124
* SERVER-29448 Disallow removing the admin database in replica set modeMaria van Keulen2017-10-193-33/+23
* SERVER-31571 add advanceClusterTime action typeMisha Tyulenev2017-10-197-6/+62
* SERVER-23935 Disable oplog sampling in queryable backup modenehakhatri52017-10-201-2/+2
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-1914-159/+336
* Import wiredtiger: 4ecdb8f1a327067a178258ad025806eeefc1267b from branch mongo...Luke Chen2017-10-1936-529/+775
* SERVER-28403 Fix burn_in task to reference for $pythonJonathan Abrahams2017-10-181-1/+1
* SERVER-31488 dropping a drop-pending collection via applyOps is a no-opBenety Goh2017-10-182-1/+66
* SERVER-28179 Adds test for using inMemory config stringXiangyu Yao2017-10-181-0/+15
* SERVER-31531 featureCompatibilityVersion writes must check for writeErrorsTess Avitabile2017-10-185-2/+102