Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-41071 Replace NULL and 0 with nullptr | A. Jesse Jiryu Davis | 2019-06-14 | 288 | -1553/+1600 |
| | |||||
* | SERVER-41183 Add test suites for change streams with transactions | Justin Seyster | 2019-06-14 | 14 | -13/+322 |
| | |||||
* | SERVER-41377 Rename JS test for rolling back unprepared transactions | William Schultz | 2019-06-14 | 1 | -0/+0 |
| | |||||
* | SERVER-41377 Add JS tests that the rollback data files are generated ↵ | William Schultz | 2019-06-14 | 4 | -26/+131 |
| | | | | correctly for prepared and unprepared transactions | ||||
* | SERVER-39705 IndexCatalogImpl::_indexKeys() accepts document to be indexed | Benety Goh | 2019-06-14 | 2 | -0/+4 |
| | |||||
* | SERVER-39705 add multikey paths to MultikeyPathTracker::mergeMultikeyPaths() ↵ | Benety Goh | 2019-06-14 | 3 | -19/+31 |
| | | | | invariant message | ||||
* | SERVER-41767 Blacklist benchrun_pipeline_updates.js from causally consistent ↵ | Charlie Swanson | 2019-06-14 | 13 | -6/+13 |
| | | | | passthroughs | ||||
* | SERVER-41718 recover_prepared_transactions_startup_secondary_application.js ↵ | Samy Lanka | 2019-06-14 | 1 | -2/+4 |
| | | | | waits until node enters secondary state before reading from it | ||||
* | SERVER-41754 Ban secondary read preference variant for currentop_cursors.js | Jacob Evans | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | SERVER-39705 add regression tests for hyrid index builds. | Benety Goh | 2019-06-14 | 3 | -0/+194 |
| | |||||
* | Revert "SERVER-37905 add regression tests for hyrid index builds." | Benety Goh | 2019-06-14 | 3 | -194/+0 |
| | | | | This reverts commit 86ccf51acba7bbefca2b70333995de80c16e68be. | ||||
* | SERVER-37905 add regression tests for hyrid index builds. | Benety Goh | 2019-06-14 | 3 | -0/+194 |
| | |||||
* | SERVER-41733 remove make_string_vector.{cpp,h} | Billy Donahue | 2019-06-14 | 6 | -130/+22 |
| | | | | This reverts commit ff4bb67b906c02ace0fba23082b42a59e6cff720. | ||||
* | SERVER-41702 Copy Collection NamespaceString before yielding locks in ↵ | Louis Williams | 2019-06-14 | 1 | -1/+1 |
| | | | | AutoGetCollectionForRead | ||||
* | SERVER-41623 Fix building on newer windows Toolkits. | ADAM David Alan Martin | 2019-06-14 | 2 | -6/+8 |
| | |||||
* | SERVER-41688 hashindex1.js should explicitly create collection before trying ↵ | Samy Lanka | 2019-06-14 | 1 | -8/+10 |
| | | | | to create an invalid index | ||||
* | SERVER-40831 [FLE] Accessors for translation of $group | Pawel Terlecki | 2019-06-14 | 4 | -3/+23 |
| | |||||
* | SERVER-41528 Add a server startup parameter ↵ | Allison Easton | 2019-06-14 | 1 | -0/+11 |
| | | | | | | "collectionBulkLoaderBatchSizeInBytes" to determine storage transaction size during initial sync collection cloning. | ||||
* | Revert "SERVER-41733 remove make_string_vector.{cpp,h}" | Benety Goh | 2019-06-14 | 6 | -10/+120 |
| | | | | This reverts commit f9f454988433728ea29ab8d69a57a9e6b861148a. | ||||
* | SERVER-41733 remove make_string_vector.{cpp,h} | Billy Donahue | 2019-06-14 | 6 | -120/+10 |
| | |||||
* | Import wiredtiger: 40e3225e55ffbf0c9819af138fa4a014c0639c72 from branch ↵ | Luke Chen | 2019-06-14 | 84 | -938/+2589 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mongodb-4.2 ref: 9b85ad8968..40e3225e55 for: 4.3.1 WT-4477 Add eviction debug mode and extra checks WT-4494 Support import of of standalone WiredTiger files WT-4580 Abort transactions that perform updates with ignore_prepare=true WT-4719 Non-zero update count detected when committing prepared transaction WT-4787 Coverity: Potential infinite loops WT-4790 Coverity: Memory leak within __wt_curbulk_init WT-4827 Apply commit timestamps when a truncated page is read WT-4829 File names are generated incorrectly in operation tracking scripts WT-4837 Disabled cache during verify WT-4839 Add a feature to python testsuite to run a random subset of tests WT-4844 Only log an informational message when a set read-timestamp is older than the oldest timestamp WT-4848 Fix perf regression when calculating differences WT-4850 Fix __slvg_checkpoint() metadata memory leak WT-4851 heap-use-after-free when block manager grows buffer during final checkpoint WT-4852 Evergreen runs of test/format require shared library extensions WT-4853 Standalone recovery code cannot handle deleted checkpoints WT-4854 wt utility list command has a memory leak and minor error handling bugs WT-4855 WiredTiger recovery should detect files without unique IDs WT-4859 Fix test/format program path issue for endian tests | ||||
* | Revert "SERVER-24374 Make Decimal128 integer ctors constexpr" | Blake Oler | 2019-06-13 | 5 | -139/+125 |
| | | | | This reverts commit 668100df7982fd1ae3777fcf069de13253a05133. | ||||
* | SERVER-40986 Include relevant server-wide two phase commit metrics on mongod ↵ | Esha Maharishi | 2019-06-13 | 7 | -0/+196 |
| | | | | for serverStatus | ||||
* | SERVER-39927 removed dbName and applyOpCmd parameters from _applyOps | Daniel Solnik | 2019-06-13 | 1 | -14/+2 |
| | |||||
* | SERVER-7681 Report write majority in ReplSetGetStatus | Medha Potluri | 2019-06-13 | 2 | -0/+47 |
| | |||||
* | SERVER-24374 Make Decimal128 integer ctors constexpr | A. Jesse Jiryu Davis | 2019-06-13 | 5 | -125/+139 |
| | |||||
* | SERVER-7019 Return initial sync status information by default in ↵ | Medha Potluri | 2019-06-13 | 13 | -26/+78 |
| | | | | replSetGetStatus and remove it after successful initial sync attempt | ||||
* | SERVER-35797 Add timeout value to NetworkInterfaceExceededTimeLimit messages | Alya Berciu | 2019-06-13 | 2 | -10/+21 |
| | |||||
* | SERVER-41653 Create IDL types for refineCollectionShardKey and ↵ | Jamie Heppenstall | 2019-06-13 | 1 | -0/+59 |
| | | | | _configsvrRefineCollectionShardKey commands | ||||
* | SERVER-41375 Add successfulDurationMicros to commitTypes in mongos ↵ | Jamie Heppenstall | 2019-06-13 | 6 | -6/+112 |
| | | | | transactions serverStatus output | ||||
* | SERVER-28977 Coverity analysis defect 101508: Data race condition | Zach Yam | 2019-06-13 | 2 | -31/+35 |
| | |||||
* | SERVER-41332 Fix incorrect getter | Jacob Evans | 2019-06-13 | 1 | -2/+2 |
| | |||||
* | SERVER-41708 set up virtualenv should be a system task | Robert Guo | 2019-06-13 | 1 | -1/+0 |
| | |||||
* | Revert "SERVER-40791 Track multi-statement transaction operations for ↵ | Blake Oler | 2019-06-13 | 13 | -237/+101 |
| | | | | | | migrations at commit time" This reverts commit dfa8658c18142c560447c7bf6f34a6f788593d28. | ||||
* | SERVER-41592 Remove scons check for std::make_unique | A. Jesse Jiryu Davis | 2019-06-13 | 3 | -27/+0 |
| | |||||
* | SERVER-41626 Fix lint. | ADAM David Alan Martin | 2019-06-13 | 2 | -44/+51 |
| | |||||
* | SERVER-41626 Correct use of illegal names in macros for unittests | ADAM David Alan Martin | 2019-06-13 | 2 | -23/+23 |
| | | | | | | | | | | Names which match either of these RegExes are reserved for C++ implementations: - "__" - "^_[A-Z]" The unittest macros should not have these names, nor should they have the capacity to generate these names by token composition. | ||||
* | SERVER-41623 Fix building of `shell_utils_launcher` on FreeBSD. | ADAM David Alan Martin | 2019-06-13 | 6 | -6/+95 |
| | | | | | The `environ` pointer issue requires that we restructure these library dependencies a tiny bit. | ||||
* | SERVER-41332 Add more getters to expression.h | Jacob Evans | 2019-06-13 | 1 | -0/+4 |
| | |||||
* | SERVER-41667 Disable 'wt_repair_corrupt_metadata.js' on debug builds | Gregory Wlodarek | 2019-06-13 | 1 | -3/+5 |
| | |||||
* | SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointer | Zach Yam | 2019-06-13 | 34 | -109/+106 |
| | |||||
* | Revert "Make get(Grouped)SortedDataInterface return a unique pointer" | Zach Yam | 2019-06-13 | 34 | -106/+109 |
| | | | | This reverts commit 90a74a50044d4daff7fa66e050bd76e70a0c7e56. | ||||
* | SERVER-40582 Add microbenchmark task for pipeline-style updates | Charlie Swanson | 2019-06-13 | 1 | -0/+19 |
| | |||||
* | SERVER-41360 Created DiagnosticInfo class | Shaileja Jain | 2019-06-13 | 4 | -0/+200 |
| | |||||
* | SERVER-41588 Should not expect repl.apply.ops to be the same as ↵ | Jason Chan | 2019-06-13 | 1 | -8/+16 |
| | | | | repl.apply.batchSize when testing server status metrics | ||||
* | Revert "SERVER-41360 Created DiagnosticInfo class" | Shaileja Jain | 2019-06-13 | 4 | -200/+0 |
| | | | | This reverts commit bbaa344f95af6a042b14193d48927d5f0215e0bb. | ||||
* | SERVER-40825 In-progress index builds only record the set difference of ↵ | Gregory Noma | 2019-06-13 | 10 | -209/+283 |
| | | | | removed and inserted keys on update | ||||
* | SERVER-41360 Created DiagnosticInfo class | Shelley Jain | 2019-06-13 | 4 | -0/+200 |
| | |||||
* | SERVER-41651 Remove api subdirectory from moving loop for wtdevelop build ↵ | dalyd | 2019-06-13 | 1 | -1/+1 |
| | | | | variants in performance projects | ||||
* | SERVER-41571 fix windows compile | Benety Goh | 2019-06-12 | 1 | -1/+1 |
| |