From 34b5c11859be0af4a784d5fa1f9288c4a1b95114 Mon Sep 17 00:00:00 2001 From: Luke Chen Date: Wed, 3 Mar 2021 14:20:24 +1100 Subject: 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 --- src/third_party/wiredtiger/test/suite/test_debug_mode01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/third_party/wiredtiger/test/suite/test_debug_mode01.py') diff --git a/src/third_party/wiredtiger/test/suite/test_debug_mode01.py b/src/third_party/wiredtiger/test/suite/test_debug_mode01.py index 98ab87c9e29..f1232a96081 100644 --- a/src/third_party/wiredtiger/test/suite/test_debug_mode01.py +++ b/src/third_party/wiredtiger/test/suite/test_debug_mode01.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Public Domain 2014-2020 MongoDB, Inc. +# Public Domain 2014-present MongoDB, Inc. # Public Domain 2008-2014 WiredTiger, Inc. # # This is free and unencumbered software released into the public domain. -- cgit v1.2.1