summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/config/config_collapse.c
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-03-03 14:20:24 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-03 03:32:40 +0000
commit34b5c11859be0af4a784d5fa1f9288c4a1b95114 (patch)
tree6b1df8a0e82b3923027b424dd16569e9a3237bb3 /src/third_party/wiredtiger/src/config/config_collapse.c
parent55805f12273876d05fe1ced4190f2fd22e955e9f (diff)
downloadmongo-34b5c11859be0af4a784d5fa1f9288c4a1b95114.tar.gz
Import wiredtiger: 3f4a0f60178bc7336f3af1f8de9c5e3161205ac5 from branch mongodb-4.4
ref: e320231c1b..3f4a0f6017 for: 4.4.5 WT-6673 RTS fix inconsistent checkpoint by removing updates outside of the checkpoint snapshot WT-6851 Add a thread management library to the cpp test framework WT-6853 Add workload operation tracking WT-6912 Write "logging" subpage for Architecture Guide WT-6926 Update WiredTiger source code to include 2021 copyright notices WT-7047 Use stable timestamp as required in test_prepare_hs04 WT-7208 Leave table cursor in a valid state when subordinate index fails to open WT-7224 Moved test_config.c to src/config WT-7238 Use of constructor initialization list to avoid seg fault WT-7242 Fix example to correctly use API for system and no encryption WT-7243 Fix unexpected output failure in test_bug025 WT-7252 Remove redundant code which was pushed by WT-6673
Diffstat (limited to 'src/third_party/wiredtiger/src/config/config_collapse.c')
-rw-r--r--src/third_party/wiredtiger/src/config/config_collapse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/config/config_collapse.c b/src/third_party/wiredtiger/src/config/config_collapse.c
index 4e30c1a1832..bd1d172cbaa 100644
--- a/src/third_party/wiredtiger/src/config/config_collapse.c
+++ b/src/third_party/wiredtiger/src/config/config_collapse.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2014-2020 MongoDB, Inc.
+ * Copyright (c) 2014-present MongoDB, Inc.
* Copyright (c) 2008-2014 WiredTiger, Inc.
* All rights reserved.
*