summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-42154 add js test to step down before index build begins collection scanBenety Goh2019-07-111-0/+71
* SERVER-41950 Flush database cache on primary shard when creating a database i...Esha Maharishi2019-07-115-10/+36
* Revert "SERVER-40620 fassert during document fetch when there is evidence of ...Misha Ivkov2019-07-114-93/+0
* SERVER-42154 add hangAfterInitializingIndexBuild fail point to IndexBuildsCoo...Benety Goh2019-07-111-0/+5
* SERVER-41944 Validate the given shard key for refineCollectionShardKeyJamie Heppenstall2019-07-118-247/+609
* SERVER-40620 fassert during document fetch when there is evidence of index co...Misha Ivkov2019-07-114-0/+93
* SERVER-41942: Clear partialTxnList after committing a prepared transaction du...Lingzhi Deng2019-07-118-124/+280
* SERVER-42167 Exclude 'assumes_unsharded_collection' tag from 'sharded_multi_s...Arun Banala2019-07-111-0/+1
* SERVER-40168 Pull the OplogTruncaterThread out of WiredTigerKVEngine and put ...Gabe Villasana2019-07-1121-248/+259
* SERVER-42154 abort index builds on NotMaster errors when using IndexBuildsCoo...Benety Goh2019-07-112-0/+72
* SERVER-38667 remove unused replication state notification functions from Inde...Benety Goh2019-07-115-47/+0
* SERVER-41680 Add --branch option to fuzzer invocationSandy Gould2019-07-111-1/+1
* SERVER-41990 Burn_in should not average hook times for unique hooksJim OLeary2019-07-112-14/+28
* SERVER-41870 implement IndexBuildsCoordinator::abortIndexBuildByBuildUUID()Benety Goh2019-07-112-3/+2
* SERVER-32434 operator<<(ostream,StringData)Billy Donahue2019-07-112-1/+42
* SERVER-41870 remove unused function IndexBuildsCoordinator::abortIndexBuildBy...Benety Goh2019-07-102-19/+0
* SERVER-39471 Remove unique index FCV upgrade codepathXiangyu Yao2019-07-1020-439/+36
* Revert "SERVER-41279 Eliminate failed plans from consideration during query p...Xiangyu Yao2019-07-1011-246/+37
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-1026-323/+19
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-1026-19/+323
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-1011-37/+246
* SERVER-35807 Prepend _movePrimary and _cloneCatalogData internal commands wit...Jason Zhang2019-07-1013-45/+94
* SERVER-40686 deduction guides for unique_functionJason Carey2019-07-103-0/+65
* SERVER-41357 fix lintBenety Goh2019-07-103-3/+3
* SERVER-41357 Add mongo::mutex polyfillRahul Sundararaman2019-07-105-3/+157
* SERVER-36800 Add comments and log lines to indicate the deprecation of planCa...David Storch2019-07-103-32/+56
* Revert "SERVER-36547 After 4.2 check_unique_indexes.js shouldn't rely on a sp...Xiangyu Yao2019-07-101-8/+34
* SERVER-42063 add repl: 3 logging to the initial sync fuzzervrachev2019-07-101-0/+4
* SERVER-42126 Increase tasks/files of the initial sync fuzzer being runvrachev2019-07-101-1/+1
* SERVER-29803 Add replSetGetStatus field tooStaleA. Jesse Jiryu Davis2019-07-1011-13/+52
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr to...Randolph Tan2019-07-0943-117/+150
* SERVER-41907 fixing lintDaniel Solnik2019-07-091-1/+2
* Import tools: 4eba41d830a94075202cd6eed6e3669ced4f9579 from branch v4.1David Golden2019-07-09621-100675/+189316
* SERVER-42034 remove BSONObjBuilder::numStrBilly Donahue2019-07-0911-77/+70
* SERVER-41898 Rename "userImpersonators" to "runBy" in currentOpSpencer Jackson2019-07-092-4/+4
* SERVER-41587 Improve SECBUFFER_EXTRA handlingMark Benvenuto2019-07-095-17/+75
* SERVER-41759 Added test to fuzz KeyStringRoxane2019-07-092-0/+136
* SERVER-41907 Edited log message for assert that sorted data is returned from ...Daniel Solnik2019-07-091-1/+1
* SERVER-41474 Exclude writes to system.profile from Flow ControlMaria van Keulen2019-07-092-0/+18
* SERVER-41907 Assert that keys retrieved from the sorter are in non-decreasing...Daniel Solnik2019-07-091-1/+10
* SERVER-36446 Remove unnecessary debug assert in shard_key_pattern.cppBlake Oler2019-07-092-2/+4
* SERVER-33749 Add idleSessionTimeout flagRoxane2019-07-094-0/+32
* SERVER-41677 perf.json should not call 'json.get_history' directlyAlexander Costas2019-07-091-12/+1
* SERVER-30607 Do not log MongoS build info twice at startupKaloian Manassiev2019-07-092-5/+10
* 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-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-0829-1392/+643
* Import wiredtiger: 99e0760cc5f11440b21184874d8dd2ae5bde23d6 from branch mongo...Luke Pearson2019-07-0925-503/+630
* SERVER-41940: Use evergreen.py in burn_in_testsDavid Bradford2019-07-084-161/+88
* SERVER-34431 MoveDatabaseShardingState into its own mapjannaerin2019-07-0815-232/+276