From 518f382a78f904b2e7adf8ac36acc3a34a82fb4f Mon Sep 17 00:00:00 2001 From: Luke Chen Date: Fri, 14 Jun 2019 13:56:58 +1000 Subject: Import wiredtiger: 40e3225e55ffbf0c9819af138fa4a014c0639c72 from branch 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 --- src/third_party/wiredtiger/dist/filelist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/third_party/wiredtiger/dist/filelist') diff --git a/src/third_party/wiredtiger/dist/filelist b/src/third_party/wiredtiger/dist/filelist index 036b1a8b1a9..c529ebc0366 100644 --- a/src/third_party/wiredtiger/dist/filelist +++ b/src/third_party/wiredtiger/dist/filelist @@ -6,6 +6,7 @@ src/async/async_op.c src/async/async_worker.c src/block/block_addr.c src/block/block_ckpt.c +src/block/block_ckpt_scan.c src/block/block_compact.c src/block/block_ext.c src/block/block_map.c @@ -26,6 +27,7 @@ src/btree/bt_delete.c src/btree/bt_discard.c src/btree/bt_handle.c src/btree/bt_huffman.c +src/btree/bt_import.c src/btree/bt_io.c src/btree/bt_misc.c src/btree/bt_ovfl.c @@ -185,7 +187,6 @@ src/schema/schema_worker.c src/session/session_api.c src/session/session_compact.c src/session/session_dhandle.c -src/session/session_salvage.c src/support/cond_auto.c src/support/crypto.c src/support/err.c -- cgit v1.2.1