summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/block/block_write.c
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2020-02-21 01:46:52 +0000
committerevergreen <evergreen@mongodb.com>2020-02-21 01:46:52 +0000
commitfd6aaee4a443cf7310a427a36c3de057a066f710 (patch)
tree7084c272cdf62ae8b79d8c246104a725641cfd43 /src/third_party/wiredtiger/src/block/block_write.c
parent8c619ff1f0eb7c2a7ac228354ba6aa79e89e21d4 (diff)
downloadmongo-fd6aaee4a443cf7310a427a36c3de057a066f710.tar.gz
Import wiredtiger: 1769920fecd262b69d454dcd023712ea76cfcbfa from branch mongodb-4.2
ref: 4a7bbce5cb..1769920fec for: 4.2.4 WT-5371 Fix test_stat08.py assertion failure WT-5372 Skip known errors for long-running format stress sanitizer tasks WT-5383 Update WiredTiger source code to include 2020 copyright notices WT-5398 Adding more correctness tasks into rhel80 Evergreen build variant WT-5521 Cache stuck during format initial load, configured with library checkpoints WT-5526 Remove visibility check in __wt_value_return_upd WT-5536 Add zstd as a builtin compressor for WiredTiger Python package WT-5538 Change format to ignore Evergreen timestamps in configuration files WT-5553 Return error if primary cursor is not an incremental source WT-5554 Account for logpath when retrieving file size in incremental backup WT-5557 Fix the wrong page type returned when checking on-page cell WT-5564 Buffer not extended properly when incremental bitstring grows WT-5584 Change format to ignore Evergreen timestamps in configuration files WT-5587 Limit how many checkpoints are dropped by a subsequent checkpoint
Diffstat (limited to 'src/third_party/wiredtiger/src/block/block_write.c')
-rw-r--r--src/third_party/wiredtiger/src/block/block_write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/block/block_write.c b/src/third_party/wiredtiger/src/block/block_write.c
index 476d94af582..d69371ee533 100644
--- a/src/third_party/wiredtiger/src/block/block_write.c
+++ b/src/third_party/wiredtiger/src/block/block_write.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2014-2019 MongoDB, Inc.
+ * Copyright (c) 2014-2020 MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*