summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-47583: Enable expedited mode in streamable rsm on startupLamont Nelson2020-04-162-1/+2
* SERVER-46649 Fix out_drop_temp_collections.js to work with two phase index bu...Ted Tuckman2020-04-161-5/+0
* SERVER-31429: Use last fetched instead of last applied OpTime to eval sync so...Xuerui Fa2020-04-1625-166/+185
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-1612-130/+110
* SERVER-47166 Explicitly break Baton Promises outside of locksBen Caimano2020-04-162-65/+96
* SERVER-47562 Get rid of unused code and TODO marker in rename_collection.cppKaloian Manassiev2020-04-161-11/+4
* SERVER-47438 Cloner::_copyIndexes() assumes collection is emptyBenety Goh2020-04-162-80/+7
* SERVER-47545 Allow isSelf to consider any IP address in the 127.0.0.1/8 range...William Schultz2020-04-161-0/+23
* SERVER-47438 Cloner::copyDb() creates indexes before copying documentsBenety Goh2020-04-161-17/+17
* SERVER-47426 Remove ClusterExplain::downconvert and other now-unused functionsBlake Oler2020-04-1611-225/+108
* SERVER-47438 Cloner::copyDb() always copies the same database from a remote hostBenety Goh2020-04-163-184/+106
* Revert "SERVER-47464 Prevent SetIndexCommitQuorum cmd from changing commit qu...Benety Goh2020-04-162-68/+1
* SERVER-47438 remove CloneOptions. Cloner::copyDb() accepts db name and sharde...Benety Goh2020-04-163-98/+83
* SERVER-47438 remove CloneOptions::slaveOkBenety Goh2020-04-162-13/+2
* Import wiredtiger: 9bd1ece7971714f947b47e589b0af5d7ee97a29d from branch mongo...Luke Chen2020-04-16110-1212/+1434
* SERVER-46720 Allow non strict parsing of the LastVote documentWilliam Schultz2020-04-162-7/+9
* SERVER-44343 Make 'reIndex' a standalone-only commandSamy Lanka2020-04-161-2/+14
* SERVER-47464 Prevent SetIndexCommitQuorum cmd from changing commit quorum on ...Suganthi Mani2020-04-152-1/+68
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-1521-169/+157
* SERVER-47125 Remove ReplSetMetadata.primaryIndex, require isPrimaryA. Jesse Jiryu Davis2020-04-1512-205/+129
* SERVER-47438 remove Cloner::copyCollection() and Cloner::setConnection()Benety Goh2020-04-152-127/+0
* SERVER-46810 Hex encode collation keys and invalid UTF-8 in dup key error mes...David Storch2020-04-1512-34/+167
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-1522-463/+90
* SERVER-47444 Don't wait for readConcern on txn stmts with InvalidOptionsMaria van Keulen2020-04-151-7/+11
* SERVER-47380 Cleanup TODOHenrik Edin2020-04-152-7/+0
* SERVER-47438 remove unused CloneOptions fieldsBenety Goh2020-04-152-68/+46
* SERVER-47473 Remove usages of checkShardVersionOrThrow_DEPRECATED from OldCli...Kaloian Manassiev2020-04-151-1/+1
* SERVER-47539 Remove uassert inside ServerPingMonitor::onServerHandshakeComple...Haley Connelly2020-04-151-4/+3
* SERVER-46953 Log number of operations killed by shutdownPavi Vetriselvan2020-04-151-0/+5
* SERVER-46954 change logV2 id to match ticket numberPavi Vetriselvan2020-04-151-1/+1
* SERVER-47438 remove unused function RollbackSource::copyCollectionFromRemote()Benety Goh2020-04-159-92/+0
* SERVER-46893 Allow streamable isMaster to wait on removed/uninitialized nodesJason Chan2020-04-1510-123/+572
* SERVER-46954 Make shutdown command on mongos accept timeoutSecsPavi Vetriselvan2020-04-158-77/+199
* Revert "SERVER-47523 Upsert stage: Convert usage of getCollectionDescription_...Tommaso Tocci2020-04-151-1/+1
* SERVER-44972 Make ShardId a required field in StaleConfigInfoBlake Oler2020-04-156-33/+17
* SERVER-47506 Add expression for removing Document tombstonesMihai Andrei2020-04-154-0/+172
* SERVER-46326 update multiversion tests for 4.4Robert Guo2020-04-151-1/+1
* SERVER-47523 Upsert stage: Convert usage of getCollectionDescription_DEPRECAT...Tommaso Tocci2020-04-151-1/+1
* SERVER-47551 Remove checkUniqueIndexConstraints unused functionTommaso Tocci2020-04-151-17/+0
* SERVER-47121: Calculate the next IsMaster request time for RSM expedited modeLamont Nelson2020-04-154-29/+170
* SERVER-46699 Report the oplog visibility timestamp in FTDCJamie Heppenstall2020-04-154-3/+9
* SERVER-47359 ShardRegistry reload can race with RSM updates to ShardRegistryjannaerin2020-04-152-27/+112
* SERVER-35804 Disallow dropping config and admin from mongosRandolph Tan2020-04-142-0/+12
* SERVER-44068 Add a 'restartHeartbeats' replication test commandWilliam Schultz2020-04-1410-0/+35
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-14118-120/+117
* SERVER-47410 Preserve error codes in ShardServerCatalogCacheLoaderGregory Noma2020-04-141-13/+10
* SERVER-47324 Skip dassert when index commands from non-internal clients abort...Gregory Noma2020-04-143-6/+8
* SERVER-47092 Create integration test that 'newlyAdded' nodes cannot voteJudah Schvimer2020-04-142-4/+10
* SERVER-46424 Mark remote _shardsvrCloneCatalogData call as not idempotentRandolph Tan2020-04-141-1/+1
* SERVER-47417 Add benchmark for btree key generationHenrik Edin2020-04-142-0/+193