summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27218 Fix WT Ext4/XFS startup warning in the shellKevin Pulo2016-11-301-3/+5
* SERVER-27052 make CollectionCloner single-use. CollectionCloner should also f...Benety Goh2016-11-296-54/+120
* SERVER-20113 Do not allow interrupts during mapReduce temp collection cleanupTess Avitabile2016-11-291-1/+14
* SERVER-27052 fixed DataReplicatorPassesThroughRollbackCheckerScheduleError te...Benety Goh2016-11-292-3/+57
* SERVER-24739: Validate syncdelay at startup and on setParameterDaniel Gottlieb2016-11-293-2/+28
* SERVER-27164 do not upgrade dblock for replication, to avoid deadlockEric Milkie2016-11-291-3/+7
* SERVER-27052 clarified DatabasesCloner's startup and shutdown contract.Benety Goh2016-11-284-26/+237
* SERVER-27052 changed RollbackChecker::reset() and checkForRollback() to pass ...Benety Goh2016-11-284-79/+70
* SERVER-27052 moved SyncSourceSelectorMock to its own libraryBenety Goh2016-11-285-100/+249
* SERVER-24963 Fix invalidation of cursors on system.indexesGeert Bosch2016-11-281-0/+12
* SERVER-22729: Disallow creating replication collections in non-local databasesDaniel Gottlieb2016-11-281-0/+2
* SERVER-27021 add index name to duplicate record error messageGeert Bosch2016-11-282-7/+9
* SERVER-26800 unit tests for ViewDefinitionKyle Suarez2016-11-226-26/+225
* SERVER-27149 Don't sync from nodes in an older term.Spencer T Brody2016-11-2215-122/+170
* SERVER-23715: Make the failure to mmap a fatal errorDaniel Gottlieb2016-11-225-60/+68
* SERVER-23976: Input validate repair database for casingDaniel Gottlieb2016-11-211-1/+15
* SERVER-27110 clear OplogBuffer at the end of initial syncJudah Schvimer2016-11-211-0/+7
* SERVER-23514 remove code and tests from SERVER-23299Eric Milkie2016-11-216-109/+0
* Revert "SERVER-23976: Input validate repair database for casing"Geert Bosch2016-11-181-15/+1
* SERVER-23976: Input validate repair database for casingDaniel Gottlieb2016-11-181-1/+15
* SERVER-24563 Fix race in check for DB names that differ in case onlyGeert Bosch2016-11-185-84/+68
* SERVER-22657 Unit-tests for MigrationChunkClonerSourceLegacyKaloian Manassiev2016-11-186-73/+458
* SERVER-26860 add more unittests for compatible-first locking policyGeert Bosch2016-11-182-38/+57
* Revert "SERVER-26403 Clean primary states on stepdown"Siyuan Zhou2016-11-173-16/+16
* SERVER-27053 Don't acknowledge writes if the term has changed.Spencer T Brody2016-11-175-172/+244
* SERVER-27097 Check that db is not null before derefencing in _collectionCountMarko Vojvodic2016-11-171-2/+4
* SERVER-27080 Temporarily disable resync command on replica setsJudah Schvimer2016-11-171-0/+8
* Revert "SERVER-14662 Reject ambiguous positional projections and updates"Tess Avitabile2016-11-176-39/+6
* Revert "SERVER-14662 fix duplicate uassert error code"Tess Avitabile2016-11-171-1/+1
* SERVER-27079 DataReplicator should wait for last oplog fetcher to finish befo...Benety Goh2016-11-171-1/+10
* SERVER-20447 Add concurrency workload that tests sharding functions:Jonathan Abrahams2016-11-161-1/+1
* SERVER-27046 CollectionCloner should wait for active inserts to complete befo...Benety Goh2016-11-161-1/+3
* Revert "SERVER-20447 Add concurrency workload that tests sharding functions:"Kaloian Manassiev2016-11-161-1/+1
* SERVER-20447 Add concurrency workload that tests sharding functions:Jonathan Abrahams2016-11-161-1/+1
* SERVER-27030 Improve error for legacy find/getMore on viewJames Wahlin2016-11-161-2/+21
* SERVER-26492 terminate density estimation after exceeding $maxDistanceDavid Storch2016-11-161-6/+84
* Revert "SERVER-22657 Cleanup CollectionShardingState test and configsvr comma...Kaloian Manassiev2016-11-165-24/+30
* SERVER-26403 Clean primary states on stepdownSiyuan Zhou2016-11-153-16/+16
* SERVER-26116 reacquire the balancer distlock in drain mode during config prim...Dianna Hohensee2016-11-154-39/+60
* SERVER-26964 Make FieldPath more efficientJames Wahlin2016-11-158-179/+61
* SERVER-26530 Add helpful log message for user when initial sync failsWilliam Schultz2016-11-151-7/+9
* SERVER-26775: Cursors may be on a view namespace.Daniel Gottlieb2016-11-151-1/+1
* SERVER-26716 Fix crash after 3.2->3.4->3.2 up/downgradeMathias Stearn2016-11-151-0/+5
* SERVER-26356 disable linearizable read concern with pv0Judah Schvimer2016-11-151-0/+8
* SERVER-22657 Cleanup CollectionShardingState test and configsvr commandsKaloian Manassiev2016-11-155-30/+24
* SERVER-24994 Check in Helpers::removeRange() if shard key index dropped.Max Hirschhorn2016-11-151-0/+6
* SERVER-27028 linearizable read concern checks if node is still primary before...Judah Schvimer2016-11-151-0/+6
* SERVER-25662 DataReplicator cleanupBenety Goh2016-11-154-156/+52
* Revert "SERVER-26492 terminate density estimation after exceeding $maxDistance"David Storch2016-11-141-84/+6
* SERVER-26839: Improve readWriteDatabase role coverageSpencer Jackson2016-11-143-20/+44