summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41867 Do not reacquire the catalog cache mutex if getDatabase/getChunk...Kaloian Manassiev2019-07-091-5/+3
* SERVER-41867 Make the callbacks chain in `_scheduleDatabaseRefresh` look like...Kaloian Manassiev2019-07-091-24/+24
* SERVER-41866 On term mismatch do not invoke the getDatabase callback under mu...Kaloian Manassiev2019-07-091-28/+18
* SERVER-41903 Validate server parameter names during config validationSara Golemon2019-07-082-0/+27
* SERVER-41888: Disallow validate to accept a read concern or afterClusterTimeLingzhi Deng2019-07-081-0/+9
* SERVER-41069 Add option to disable embedded roles from X509 certificatesJonathan Reams2019-07-083-4/+14
* SERVER-41794 Only log about sslMode being deprecated when it's set for the fi...Jonathan Reams2019-07-083-8/+22
* SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton2019-07-081-2/+0
* SERVER-39705 Always observe multikey changes in IndexBuildInterceptor::sideWr...Benety Goh2019-07-081-4/+7
* SERVER-39705 update write ops check filter before writing to side tableBenety Goh2019-07-071-0/+10
* SERVER-39705 IndexCatalogImpl::_unindexRecord() checks filter before calling ...Benety Goh2019-07-071-0/+10
* SERVER-39705 IndexCatalogImpl::_indexKeys() accepts document to be indexedBenety Goh2019-07-072-0/+4
* SERVER-40825 In-progress index builds only record the set difference of remov...Gregory Noma2019-07-0610-208/+282
* SERVER-39705 add multikey paths to MultikeyPathTracker::mergeMultikeyPaths() ...Benety Goh2019-07-063-19/+31
* SERVER-41255 enable debug write-ahead logging for all WT tables under debug b...Benety Goh2019-07-051-0/+6
* SERVER-42079 all non-primary index build specs should contain {backgroundSeco...Eric Milkie2019-07-051-1/+1
* SERVER-41529 Prevent dangling index records by callingAllison Easton2019-07-032-9/+24
* SERVER-40363 Change type of "_id" field of replica setAllison Easton2019-07-0318-123/+228
* SERVER-41600 Invalidate index from CollectionInfoCache in refreshEntryMaria van Keulen2019-07-031-2/+6
* SERVER-41988 ignore prepare conflicts on secondariesPavi Vetriselvan2019-07-032-0/+16
* Add support for 'recoverFromOplogAsStandalone' with prepared transactionsVesselina Ratcheva2019-07-032-11/+18
* SERVER-41034 Invariant if we get a prepare conflict inside runWithoutInterrup...Vesselina Ratcheva2019-07-033-0/+12
* SERVER-41676 Fix unit test compilation errorBlake Oler2019-07-031-4/+4
* SERVER-41406 Reduce log verbosity for CollectionCatalogXiangyu Yao2019-07-031-3/+3
* SERVER-40717 Remove CollectionCatalogEntry and KVColletionCatalogEntryXiangyu Yao2019-07-0369-983/+350
* SERVER-41477 The invariant that hybrid index writes recorded matches the numb...Louis Williams2019-07-031-6/+9
* SERVER-1599 Fix lintBlake Oler2019-07-032-2/+2
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-07-0319-45/+321
* SERVER-39659 Reformat createShardDatabase to return void and call uasserts on...Jamie Heppenstall2019-07-037-29/+28
* SERVER-41091 Check ShardingState::enabled before calling ShardingState::shard...Jamie Heppenstall2019-07-031-0/+6
* SERVER-41643 Create/drop view should lock system.views collection after view ...Xiangyu Yao2019-07-022-2/+4
* SERVER-41426 StorageInterface's dropCollection should only take Database IX lockXiangyu Yao2019-07-022-11/+9
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-07-0228-397/+406
* SERVER-41137 Propagate WriteConcern in abortTransactionAlex Taskov2019-07-022-4/+32
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-07-0220-804/+1008
* SERVER-40009 Honor the initial sync flag when in startup without FCV documentJason Chan2019-07-023-5/+25
* Merge branch 'v4.2' of github.com:mongodb/mongo into v4.2Pavi Vetriselvan2019-07-022-20/+143
|\
| * SERVER-41766 Update the on-disk multikey flag in a side transaction when runn...William Schultz2019-07-022-20/+143
* | SERVER-36824 prevent prepareTransaction command on standalonePavi Vetriselvan2019-07-021-0/+5
|/
* SERVER-42026 Lock during ConnectionPool::SpecificPool::spawnConnections()Ben Caimano2019-07-024-31/+47
* Import wiredtiger: d86b3a8a331a1ec478c4ea75ef1b15856b429790 from branch mongo...Luke Chen2019-07-0214-132/+449
* SERVER-40989 Get SockAddr out of HostAndPortMathias Stearn2019-07-019-45/+64
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-014-47/+143
* SERVER-40616 awaitReplication should reset timeout when secondary makes progressSamy Lanka2019-07-012-84/+140
* SERVER-40810 give precedence index filter > hint > index on DISTINCT_SCANMisha Ivkov2019-07-011-12/+36
* SERVER-26531 Change ConfigServerTestFixture::setupChunks to `void`Kaloian Manassiev2019-06-3015-95/+86
* SERVER-26531 Don't reset the control chunk's 'jumbo' flag on migration commitKaloian Manassiev2019-06-303-55/+59
* SERVER-41014 fix deadlock in runCreateIndexesWithCoordinator()Benety Goh2019-06-291-33/+9
* SERVER-41196 Integrate 'invalidate' tokens into change stream's standard resu...Bernard Gorman2019-06-296-49/+236
* SERVER-41014 runCreateIndexesWithCoordinator() uses helper functions extracte...Benety Goh2019-06-291-35/+9