summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added arm64SERVER-68365Dev User for Testing2022-09-246-0/+1607
|
* fix darwinDaniel Moody2022-09-241-0/+7
|
* fix warning for clangDaniel Moody2022-09-241-0/+8
|
* more windows buildDaniel Moody2022-09-2411-4/+1518
|
* building on windowsDaniel Moody2022-09-245-13/+46
|
* small fixDaniel Moody2022-09-241-3/+1
|
* building working on linux with ninjaDaniel Moody2022-09-2410-378/+1206
|
* added missing sourceDaniel Moody2022-09-231-0/+26
|
* added abseil cmake listsDaniel Moody2022-09-231-0/+186
|
* added abseil and some grpc libsDaniel Moody2022-09-235-16/+1330
|
* added grpc 1.39.1Daniel Moody2022-09-229137-0/+1065505
|
* finished protobufDaniel Moody2022-09-223-4/+226
|
* added protobuffDaniel Moody2022-09-222436-0/+913831
|
* added re2 buildDaniel Moody2022-09-222-1/+43
|
* Added re2 distDaniel Moody2022-09-22123-0/+46707
|
* finished cares configDaniel Moody2022-09-228-39/+1646
|
* added caresDaniel Moody2022-09-22345-0/+111941
|
* SERVER-69113 Refactor server-side rewrite to enable easy addition of new ↵Davis Haupt2022-09-2220-1769/+2225
| | | | encrypted index types
* SERVER-69280 Fixed use-after-move defect in IndexScanSebastien Mendez2022-09-221-2/+2
|
* SERVER-69276 Fixed use-after-move defect in DocumentSourceWriterSebastien Mendez2022-09-221-1/+1
|
* SERVER-67951 Record AdmissionContext::Priority::kImmediate statisticsHaley Connelly2022-09-227-118/+363
|
* SERVER-69222 Make random_moveChunk_multi_update_delete_change_streamsjs ↵Jordi Serra Torrens2022-09-221-125/+115
| | | | check for the change stream events at the end of the test
* SERVER-63655 Reintroduce balancer_collection_status.js into multiversion suiteAllison Easton2022-09-221-6/+1
|
* SERVER-69570 ServiceExecutorSynchronous optimizationsBilly Donahue2022-09-226-120/+333
|
* Import wiredtiger: 132e8a3ba5cc8ab45dfcbc1ae904b2e5dd1be237 from branch ↵Etienne Petrel2022-09-229-52/+121
| | | | | | | | | mongodb-master ref: bb5c03d590..132e8a3ba5 for: 6.2.0-rc0 WT-9851 Support bounded cursor next and prev traversal in FLCS (#8273)
* Import wiredtiger: bb5c03d59037747b3c477bb58e4c82eb961e5589 from branch ↵Etienne Petrel2022-09-222-10/+12
| | | | | | | | | mongodb-master ref: e440ba4506..bb5c03d590 for: 6.2.0-rc0 WT-9774 Avoid rolling back transactions in test_stat08 and re-enable the test (#8282)
* Import wiredtiger: e440ba4506ddfdabd87fdacfb625da54aa1b3aeb from branch ↵Etienne Petrel2022-09-2223-175/+59
| | | | | | | | | mongodb-master ref: 753efa984e..e440ba4506 for: 6.2.0-rc0 WT-9381 Remove checkpoint reserved transaction id (#8275)
* Import wiredtiger: 753efa984e0f7bcf1179066b205d34883abb76aa from branch ↵Etienne Petrel2022-09-223-8/+11
| | | | | | | | | mongodb-master ref: 1237b92598..753efa984e for: 6.2.0-rc0 WT-9829 Verify logging is enabled before using printlog (#8278)
* SERVER-69767 Add 'no_selinux' tag to disallow running the featureFlag tests ↵Arun Banala2022-09-226-0/+12
| | | | on selinux
* SERVER-69217: [CQF] Convert PathObj to intervalNaama Bareket2022-09-224-5/+92
|
* SERVER-69871 Move feature_flag unit into server_baseSara Golemon2022-09-2248-116/+70
|
* SERVER-69862 pass callable by value instead of referenceAndrew Witten2022-09-221-2/+2
|
* SERVER-69072 Add version restrictions to change stream expireAfterSeconds ↵Romans Kasperovics2022-09-226-4/+96
| | | | parameters
* SERVER-68562 Re-enable timeseries_cluster_indexstats.js and ↵Matthew Saltz2022-09-212-2/+0
| | | | timeseries_indexes.js
* SERVER-68146 Create AllCommandsTest for downgrading to upgraded FCV pathHuayu Ouyang2022-09-212-2/+1296
|
* SERVER-42810 Changed `throw()` to `noexcept`Celina Tala2022-09-214-7/+7
|
* SERVER-68971: Create dummy collection so db can exist for explain cmd (for ↵Adi Zaimi2022-09-212-0/+8
| | | | sharded testing)
* SERVER-67596 SERVER-67637: Enable cqf tests fixed by find command and ↵Hana Pearlman2022-09-211-9/+0
| | | | $project translation changes
* SERVER-69700 Await secondaries' readinessAbdul Qadeer2022-09-211-0/+6
|
* SERVER-67563 Implement global index cloner abort and interruptionRandolph Tan2022-09-213-54/+120
|
* SERVER-69679 add catalogsvr feature flagAndrew Witten2022-09-212-6/+8
|
* SERVER-69037 fix incorrect calculation of bytes in MiBKyle Suarez2022-09-211-2/+2
|
* SERVER-64005 Add metric tracking listener socket backlog queue depthBlake Oler2022-09-2112-40/+277
|
* SERVER-65046 fix missing quote in enterprise-debian11-64 buildTrevor Guidry2022-09-211-3/+2
|
* SERVER-69866 Fix heap-use-after-free error caused by runAggregate() helper ↵Cheahuychou Mao2022-09-211-1/+2
| | | | for analyzeShardKey command
* SERVER-69807 Convert std::bind() calls to lambdas.Colin Stolley2022-09-212-22/+27
|
* SERVER-69798: Add benchmark for SBE expressionsIvan Fefer2022-09-2110-476/+957
|
* SERVER-69748 Remove redundant totalPipelineLookup counterJennifer Peshansky2022-09-214-21/+9
|
* SERVER-69768 Include key pattern in range deletion task documentsSilvia Surroca2022-09-219-15/+117
|
* SERVER-69856 Temporarily comment out failing maxdiff histogram testAlya Berciu2022-09-211-137/+141
|