summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31913: EVG timezone task compile failurer3.7.0Nick Zolnierz2017-11-141-1/+1
* SERVER-31948: Do not lock the `_indexObserverMutex` on the `informIndexObserv...r3.6.0-rc4Daniel Gottlieb2017-11-131-0/+9
* SERVER-31933 Add prepareSnapshot method to avoid doing this implicitly in _ge...Geert Bosch2017-11-135-1/+17
* Revert "SERVER-31882 start a transaction when beginning a UnitOfWork"Geert Bosch2017-11-132-3/+1
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-1312-115/+216
* SERVER-31881 set collection temp status correctly in rollbackViaRefetchJudah Schvimer2017-11-132-5/+44
* SERVER-31945 Exclude shard_config_db_collections.js from the continuous stepd...samantharitter2017-11-131-0/+2
* SERVER-31940 replsetprio1.js should initiate replica set with any node as pri...William Schultz2017-11-131-1/+1
* SERVER-30244 escape NUL in Terminated status msgs.Billy Donahue2017-11-132-27/+204
* SERVER-31685 Sharded change streams can miss notificationsMatthew Russotto2017-11-136-10/+186
* SERVER-31907: Upgrade timelib to version 2017.05Nick Zolnierz2017-11-1339-1095/+1035
* SERVER-31914 Disable batch_write_command_update.js in retryable_writes_jscore...Randolph Tan2017-11-132-2/+5
* SERVER-31899 make getTerm() use an Atomic rather than lock the replcoord mutexEric Milkie2017-11-132-2/+15
* SERVER-31912 use a private WT_SESSION in waitUntilDurable instead of one from...Eric Milkie2017-11-132-4/+11
* SERVER-31641 stop gossiping between shell clientsJason Carey2017-11-137-89/+38
* SERVER-31878 Fix .rc file dependenciesMark Benvenuto2017-11-131-3/+3
* SERVER-31930: Have ephemeralForTest capped collections unindex deleted docume...Daniel Gottlieb2017-11-131-3/+9
* SERVER-31872 log how many sharded collections the config server is generating...Esha Maharishi2017-11-131-1/+2
* SERVER-31640: Parse logical session IDS for authenticated clientsSpencer Jackson2017-11-131-2/+5
* SERVER-31397: Add 'handle_segv=0' to ASAN_OPTIONSSpencer Jackson2017-11-131-5/+5
* Import wiredtiger: ce5ee5097b499fb1bfa8a7ccb20e1618b68b3378 from branch mongo...Luke Chen2017-11-132-2/+4
* Import wiredtiger: 3a8316e86e9c7cd379679d8530ecc54ad9bdf5c1 from branch mongo...Luke Chen2017-11-1358-366/+1014
* SERVER-31921 Move additional DEBUG builder to Ubuntu 16.04Andrew Morrow2017-11-111-5/+5
* SERVER-31873 Make mongos retry findAndModify with txnNumberKaloian Manassiev2017-11-1111-156/+126
* SERVER-31870 Clarify 3.6 upgrade-related startup error messagesMaria van Keulen2017-11-102-7/+14
* SERVER-30244-pre1 move DataType::Handler<StringData> specialization to avoid ...Billy Donahue2017-11-105-37/+63
* SERVER-28251 Fix race condition in index_killop.jsXiangyu Yao2017-11-102-16/+13
* SERVER-31533 Removes UUID from dropDatabase entry in rollback unit testPavithra Vetriselvan2017-11-101-2/+1
* Revert "Removes UUID from dropDatabase entry"Pavithra Vetriselvan2017-11-101-1/+2
* SERVER-31737 Fix invariant in log when timing out in NetworkInterfaceASIO bef...Henrik Edin2017-11-104-30/+32
* SERVER-31811 Remove logging of binary data.Henrik Edin2017-11-101-6/+22
* SERVER-31900: Fix typo of FCV 3.4 -> 3.6 in logical session error response.Daniel Gottlieb2017-11-101-1/+1
* SERVER-31908 Fix capture of dbName variable during validate on shutdown.Max Hirschhorn2017-11-101-2/+3
* SERVER-31482 Change mutex to recursive mutex for ephemeral_for_test_record_storeXiangyu Yao2017-11-102-17/+15
* SERVER-31805 set collection temp status correctly in rollbackViaRefetchNoUUIDJudah Schvimer2017-11-102-0/+41
* SERVER-31740 Make setFeatureCompatibilityVersion idempotentXiangyu Yao2017-11-102-0/+34
* SERVER-29465 Add warning about Windows SystemFileCacheSize for WiredTigerXiangyu Yao2017-11-109-0/+80
* SERVER-31858 Fix explodeForSort() path to handle multikeyness correctly.David Storch2017-11-106-2/+103
* SERVER-31777 deactivate logical sessions for fcv34Jason Carey2017-11-099-21/+50
* Removes UUID from dropDatabase entryPavithra Vetriselvan2017-11-091-2/+1
* SERVER-31888 Re-enable periodic no-op writer for all sharding and replication...Eddie Louie2017-11-097-0/+7
* SERVER-31218 Test must wait for slave to sync FCV document before using FCV 3...Matthew Russotto2017-11-091-3/+7
* SERVER-31763 $changeStream on sharded collections must always split on mongoS...Bernard Gorman2017-11-095-6/+71
* SERVER-31863 Make TransactionHistoryIterator use oplogHackRandolph Tan2017-11-094-26/+12
* SERVER-31807 Powercycle: Fix CRUD client configuration fileJonathan Abrahams2017-11-091-3/+3
* SERVER-31861 when collection is created with UUID, log if UUID is newJudah Schvimer2017-11-091-3/+10
* SERVER-31805 Set local collection validation options correctly in rollbackVia...Judah Schvimer2017-11-096-308/+330
* SERVER-31631 Bump minimum outgoing wire version for mongod when featureCompat...Tess Avitabile2017-11-0917-39/+335
* SERVER-31882 start a transaction when beginning a UnitOfWorkEric Milkie2017-11-092-1/+3
* SERVER-31879 remove unused synchronization in oplogEric Milkie2017-11-095-23/+0