summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-2174-575/+311
* SERVER-48883 Range deletion recovery can invalidate migration recovery on ste...Pierlauro Sciarelli2020-06-191-54/+24
* SERVER-48989 Fix use-after-free issue in document_diff_serialization_test.cppArun Banala2020-06-191-20/+19
* Import wiredtiger: 3b4a927265fc81dc4ab8895c5451a7ec9582c1d3 from branch mongo...Luke Chen2020-06-1924-506/+898
* SERVER-48032 change mailing list to forums and use correct https URLSJon Streets2020-06-181-3/+3
* SERVER-48739 Changed Ordering::allAscending to creator functionAlex Taskov2020-06-181-3/+2
* SERVER-48463 Move SBE SlotAccessor code into its own fileDavid Storch2020-06-1812-292/+408
* SERVER-44505 Remove support for supportsDBLocking = falseYuhong Zhang2020-06-186-31/+2
* SERVER-47291: Execution architecture guide for Storage Startup Recovery.Daniel Gottlieb2020-06-181-3/+150
* SERVER-48884 Test Proctor Initializer has incorrect prereqsMark Benvenuto2020-06-181-1/+1
* SERVER-47411 SetShardVersion returns no error message if metadata refresh failsAllison Easton2020-06-181-2/+1
* SERVER-48942 Fix use-after-free in plan ranker debug loggingAnton Korshunov2020-06-181-4/+4
* SERVER-48231 Delete dead code in MigrationDestinationManagerAllison Easton2020-06-181-62/+0
* SERVER-48229 Shutdown PeriodicShardedIndexConsistencyChecker after Replicatio...Cheahuychou Mao2020-06-181-8/+8
* SERVER-48654 TransactionCoordinatorMetricsTest should install mock tick sourc...Luis Osta2020-06-181-3/+2
* SERVER-47783 Use atClusterTime instead of $_internalReadAtClusterTime in testsAli Mir2020-06-185-146/+13
* SERVER-48687 Added mutex to coordinator mock to prevent tsan errors that are ...Marcos José Grillo Ramírez2020-06-182-9/+59
* SERVER-48955 Do not allow user created collections to have a '$' in the names...Gregory Wlodarek2020-06-181-0/+5
* SERVER-47411 SetShardVersion returns no error message if metadata refresh failsAllison Easton2020-06-181-0/+1
* SERVER-48747 Biggie visibility manager have the same lifetime as the kv engineHenrik Edin2020-06-182-5/+6
* SERVER-48748 Protect biggie engine indents map with lockHenrik Edin2020-06-182-2/+14
* SERVER-48746 Radix tree merge compresses nodes if needed and does not leave l...Henrik Edin2020-06-182-6/+85
* Import wiredtiger: 3998a1f701bfc67afeceeef68624fbeb58daa468 from branch mongo...Luke Chen2020-06-1811-101/+278
* SERVER-48772 Correctly timestamp writes when dropping multiple indexesGregory Wlodarek2020-06-182-5/+89
* SERVER-48704 Emit deprecation warning when serviceExecutor is "adaptive"Amirsaman Memaripour2020-06-171-0/+7
* SERVER-48511 Improve ConnectionPool error messagesAmirsaman Memaripour2020-06-173-6/+6
* SERVER-48416 Write index build progress to internal table on clean shutdownGregory Noma2020-06-177-79/+174
* SERVER-48345 Allow users to add nodes with member id greater than 255.Suganthi Mani2020-06-174-88/+36
* SERVER-47296 Execution Architecture Guide: Oplog Collection, fix incomplete c...Dianna Hohensee2020-06-171-11/+7
* SERVER-48322 Reconfigure to WiredTiger 10.0 when downgrading from 4.6 to 4.4Gregory Noma2020-06-171-1/+1
* SERVER-47376 Delete TODOGabriel Marks2020-06-171-1/+0
* SERVER-47725 Implement algorithm for diffing BSON objectsArun Banala2020-06-177-3/+545
* SERVER-47982 Change the shard version update procedure of the migration sourc...Marcos José Grillo Ramírez2020-06-175-108/+97
* Import wiredtiger: 5faf7b26eb9d311b8a7575a16c757078772eb02d from branch mongo...Luke Chen2020-06-1720-577/+818
* SERVER-48739 Add cached max KeyString to ChunkInfo classAlex Taskov2020-06-178-45/+51
* SERVER-48782: On request, backup datafiles when restarting test mongod instan...Daniel Gottlieb2020-06-163-2/+22
* SERVER-48303 Lazily initialize highest record id in Biggie record store like ...Henrik Edin2020-06-162-5/+38
* SERVER-48891 reIndex should not lookup nonexistent database in ViewCatalogLouis Williams2020-06-161-1/+2
* SERVER-48902 Fix typos in sharding arch guideEsha Maharishi2020-06-161-3/+3
* SERVER-47289 Execution Architecture Guide: Index BuildsLouis Williams2020-06-161-12/+214
* SERVER-46296 Use dynamic builders for required non-windows waterfall buildersAndrew Morrow2020-06-161-0/+1
* SERVER-48661 Death test cannot parse tsan outputMark Benvenuto2020-06-161-2/+8
* SERVER-48464 Remove {$rand:{const:true}}Svilen Mihaylov2020-06-162-41/+7
* SERVER-48424 Add the "Sharding component initialization and shutdown" section...Alex Taskov2020-06-161-2/+48
* SERVER-47720 Clarify WiredTigerIndexUnique log line to include the collection...Gregory Wlodarek2020-06-161-5/+9
* SERVER-47296 Execution Architecture Guide: Oplog CollectionDianna Hohensee2020-06-161-14/+121
* SERVER-47982 Remove refreshFilteringMetadataUntilSuccess from migration recoveryMarcos José Grillo Ramírez2020-06-163-17/+89
* SERVER-48411 Fixes clang tidy failure in member_config_test.cppSuganthi Mani2020-06-161-11/+19
* SERVER-48783 Critical section should not be entered when performing a shard v...Pierlauro Sciarelli2020-06-161-5/+4
* Import wiredtiger: ab40833d9130b71f4b36a1a03fd8f4f137d11bdd from branch mongo...Luke Chen2020-06-1620-280/+1104