summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import wiredtiger: a2bab860d36b2d2a526380219c1dac4262343ed1 from branch mongo...Alexey Anisimov2022-02-042-2/+2
* Import wiredtiger: 4aa9cea2145f2f6fd05f38841798192cea68336e from branch mongo...Alexey Anisimov2022-02-046-23/+147
* Import wiredtiger: 781d8746198fdce53f2dbea8485635f8965595eb from branch mongo...Alexey Anisimov2022-02-042-3/+5
* Import wiredtiger: f76e9e4452ef39d30a5349a2bb411b6db937de96 from branch mongo...Alexey Anisimov2022-02-042-17/+20
* Import wiredtiger: 26d6fbf95e3dcbaa6d61069fb3f2c44615ae5c5b from branch mongo...Alexey Anisimov2022-02-042-4/+12
* SERVER-63071 Prepared internal transactions for retryable findAndModify can c...Cheahuychou Mao2022-02-041-1/+3
* SERVER-60696 Add a server parameter to disallow multiple arbitersFrederic Vitzikam2022-02-047-0/+79
* SERVER-63256 use _sd on string literal to play nice with conditionalAdam Rayner2022-02-031-1/+1
* SERVER-60832 Readd and fix gcov code coverage variantRichard Samuels2022-02-032-1/+8
* SERVER-63078 Report bounded clustered collections scans as CLUSTERED_IXSCANLouis Williams2022-02-032-5/+9
* SERVER-63251 Rename AbstractIndexAccessMethod to SortedDataIndexAccessMethodMathias Stearn2022-02-0317-140/+141
* SERVER-61285 Test that the capped parameter for the create command can't be u...Samy Lanka2022-02-031-0/+2
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-0312-87/+151
* SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabaseNameSophia Tan2022-02-0370-277/+479
* SERVER-63224 Fix dangling pointer when creating view concurrently with databaseHenrik Edin2022-02-031-18/+22
* SERVER-63168 remove hidden parameter from moveChunk commandPaolo Polato2022-02-0310-62/+13
* SERVER-61133 Copy donor files to temp directory.Suganthi Mani2022-02-039-79/+950
* SERVER-60524 Make retryable internal transactions retryable across data place...Cheahuychou Mao2022-02-035-0/+23
* SERVER-59384: Should provide ability to perform periodic DNS health checksKshitij Gupta2022-02-0312-11/+271
* Import wiredtiger: 4e90eef9aa6cab548252d137b5fd899293cba11b from branch mongo...Chenhao Qu2022-02-034-5/+298
* Import wiredtiger: 6bfcab58b39232366daf8448c0cba29b7f170042 from branch mongo...Chenhao Qu2022-02-0320-578/+435
* Import wiredtiger: 41b2d937fca755df7eaf201bad9293535aed5f17 from branch mongo...Chenhao Qu2022-02-032-1/+2
* Import wiredtiger: f447c6f13d306c2c074e315e517d7907f4f2ebb3 from branch mongo...Chenhao Qu2022-02-032-30/+61
* SERVER-63013: When health observer returns status failure it will neverKshitij Gupta2022-02-036-21/+23
* SERVER-60800 add optional UUID to ResolvedNamespaceRuslan Abdulkhalikov2022-02-036-16/+31
* SERVER-58437 Implement pushdown logic for $lookupMihai Andrei2022-02-026-30/+105
* SERVER-62610 Check that restored collections also restore all of their indexesGregory Wlodarek2022-02-022-0/+32
* SERVER-62610 Add a function to the durable catalog to fetch all index idents ...Gregory Wlodarek2022-02-023-0/+25
* SERVER-62608 Remove catalog entries of collections not restoredGregory Wlodarek2022-02-022-0/+77
* SERVER-62608 Disallow using --restore when using --repair or --queryableBacku...Gregory Wlodarek2022-02-021-1/+6
* SERVER-62608 Add 'forRestore' option to StorageEngineOptionsGregory Wlodarek2022-02-024-0/+4
* SERVER-62745: Clear appliedThrough after startupRecoveryForRestoreLingzhi Deng2022-02-021-0/+5
* SERVER-63167 Mark ESE backup blocks as required in the backup cursor responseGregory Wlodarek2022-02-022-1/+10
* SERVER-62502 Add ABT support for EFail and ENumericConvertDrew Paroski2022-02-025-8/+154
* SERVER-62522 Update TODO comment in SBENodeLowering::walk(const ExchangeNode&)Drew Paroski2022-02-021-1/+4
* SERVER-62388 Fix variable shadowing in ExpressionKeysPrivate::getS2KeysJames Wahlin2022-02-021-2/+1
* SERVER-63089 Disallow downgrade when the index comment field existsYuhong Zhang2022-02-022-0/+32
* SERVER-59390 Config server health observerAndrew Shuvalov2022-02-027-20/+438
* SERVER-62365 Support a timeout for the shard split operationDidier Nadeau2022-02-024-14/+74
* SERVER-61964 Give a name to the error code for a transient backup cursor open...Matthew Russotto2022-02-021-0/+1
* SERVER-62562 Use CollectionUUIDMismatch error code for collectionUUID paramet...Moustafa Maher Khalil2022-02-023-15/+18
* SERVER-63154 Add unit tests for LoopJoinStageIrina Yatsenko2022-02-023-8/+179
* SERVER-62641 Remove stale TODO commentJack Mulrow2022-02-021-2/+0
* SERVER-63022 unregisterProgram shouldn't fail if called multiple times on the...Richard Samuels2022-02-021-7/+13
* SERVER-55030 Remove mutexes serializing secondary and majority read opsDaniel Gómez Ferro2022-02-022-28/+17
* SERVER-63169 Fix deadlock in balancer_defragmentation_merge_chunksAllison Easton2022-02-021-4/+8
* SERVER-62959 Apply the right maxChunkSize value when migrating a chunkPaolo Polato2022-02-0210-149/+183
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-027-25/+72
* SERVER-60331 Make ExternalSorter respect memory limitsJordi Olivares Provencio2022-02-023-28/+189
* SERVER-60839 Make wtRCToStatus require a WT_SESSION pointerJosef Ahmad2022-02-0220-243/+280