summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33689 killCursors on snapshot read cursor should free stashed transact...Tess Avitabile2018-03-131-3/+22
* SERVER-31802 SERVER-31239 Remove master-slave replication and resync command.Andy Schwerin2018-03-131-5/+0
* SERVER-33566 fail restartCatalog if any databases are drop-pendingKyle Suarez2018-03-131-0/+18
* SERVER-33705 Add snapshot read support for findAndModifyJames Wahlin2018-03-121-8/+22
* SERVER-33542 Avoid swallowing error codes from PlanExecutor errorsCharlie Swanson2018-03-126-32/+15
* SERVER-33609 Pass readConcernLevel to WiredTigerRecoveryUnitXiangyu Yao2018-03-097-8/+18
* SERVER-33541 Add readConcern level 'snapshot' support for aggregation.David Storch2018-03-091-14/+2
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-091-2/+4
* SERVER-33726 make reIndex command use AutoGetDb to take DBLock rather than ta...Esha Maharishi2018-03-071-8/+9
* SERVER-33280 Test that sharded cursors are fully cleaned up when a sub-cursor...David Storch2018-03-061-5/+16
* SERVER-33367 Enforce a cursor is iterated in a transaction/session iff it was...Tess Avitabile2018-03-061-1/+68
* SERVER-33668 Get rid of OperationShardingState::unsetShardVersion()Esha Maharishi2018-03-061-8/+3
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-069-33/+31
* SERVER-33216 Fix doTxn with write concern and auth.Siyuan Zhou2018-03-061-0/+8
* SERVER-29908 Move ChunkSplitter to the `sharding_runtime_d` libraryKaloian Manassiev2018-03-051-2/+0
* SERVER-33216 Implement commitTransaction command.Siyuan Zhou2018-03-051-0/+17
* Revert "SERVER-33280 Test that sharded cursors are fully cleaned up when a su...David Storch2018-03-051-4/+0
* SERVER-33280 Test that sharded cursors are fully cleaned up when a sub-cursor...David Storch2018-03-051-0/+4
* Revert "SERVER-33065 CommandReplyBuilder and CommandInvocation"Nick Zolnierz2018-03-059-31/+33
* SERVER-33318 simplify oldest_timestamp settingEric Milkie2018-03-051-7/+5
* SERVER-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-4/+1
* SERVER-33561 Add a FCV parser file, refactoring FCV codeDianna Hohensee2018-03-029-208/+314
* SERVER-33336 Snapshot reads should not take MODE_IX locks when autocommit=trueTess Avitabile2018-03-022-2/+2
* SERVER-33065 CommandReplyBuilder and CommandInvocationBilly Donahue2018-03-029-33/+31
* SERVER-32638 Disable lock interruption for createIndex commandLouis Williams2018-03-021-0/+3
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-0220-21/+13
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-0220-13/+21
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-0220-21/+13
* SERVER-32272 Remove 3.4 to 3.6-specific UUID handlingMaria van Keulen2018-03-011-13/+9
* Revert "SERVER-33097 make shards put a request's databaseVersion on the Opera...Esha Maharishi2018-03-011-2/+13
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-5/+5
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+9
* SERVER-33097 make shards put a request's databaseVersion on the OperationShar...Esha Maharishi2018-03-011-13/+2
* SERVER-33450 Remove dependancy on network for service_context so that lib can...Henrik Edin2018-03-011-0/+1
* SERVER-32636 Close outgoing connections to earlier binVersion serversMaria van Keulen2018-02-281-5/+8
* SERVER-33260 Log more helpful messages for FCV-related IncompatibleServerVers...Xiangyu Yao2018-02-275-77/+118
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-238-306/+44
* SERVER-33014 Remove unreachable featureCompatibilityVersion document op obser...Dianna Hohensee2018-02-232-38/+0
* SERVER-33443 Remove kVersion32 handling from fCV command parserDianna Hohensee2018-02-231-12/+0
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-231-7/+10
* SERVER-33245 add unit test for primary step down during mapReduceBenety Goh2018-02-222-2/+245
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-216-28/+11
* SERVER-18972 log parameters passed to shutdown cmdKevin Pulo2018-02-213-4/+4
* SERVER-32909 Update --repair to restore a missing featureCompatibilityVersion...Dianna Hohensee2018-02-201-2/+2
* SERVER-32321 add commitTxn and abortTxn stub commandsPavithra Vetriselvan2018-02-202-0/+106
* SERVER-33245 remove unnecessary ScopeGuard for dropTempCollections() from map...Benety Goh2018-02-171-10/+8
* SERVER-33245 propagate Database::dropCollection() errors when dropping tempor...Benety Goh2018-02-171-2/+2
* SERVER-33245 improve PrimarySteppedDown and State destructor error messages i...Benety Goh2018-02-161-13/+25
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-162-1/+4
* SERVER-32913 doTxn rejects malformed operationsBenety Goh2018-02-161-33/+12