summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/format/backup.c
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2020-05-25 15:55:23 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-25 06:16:02 +0000
commitc480627eae1b5d09f8eea247b396b45b89a5c275 (patch)
tree3f189d5d70cfab814fe7e0808692b271663d8c39 /src/third_party/wiredtiger/test/format/backup.c
parentd169769bba283cd0a1906c81580ff8e7cf7bcd93 (diff)
downloadmongo-c480627eae1b5d09f8eea247b396b45b89a5c275.tar.gz
Import wiredtiger: 0ec94ad7e360d93cb91f558d7efc03c644b1a9f8 from branch mongodb-4.4
ref: 5a3c70d7e4..0ec94ad7e3 for: 4.5.1 WT-6199 Fix PPC test variables in evergreen.yml WT-6219 Fix application threads history store visibility during eviction WT-6220 Add statistics tracking when times are written to disk WT-6251 Fix splits to reduce the size of index files WT-6260 Disable post salvage verify in format WT-6266 Metadata verify of the HS file can fail if underlying objects are corrupted WT-6278 Return from resolve prepared op when we have already resolved the operations WT-6284 History store isn't visible to wt dump WT-6287 Remove WT_TXN_HAS_TS_READ flag
Diffstat (limited to 'src/third_party/wiredtiger/test/format/backup.c')
-rw-r--r--src/third_party/wiredtiger/test/format/backup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/format/backup.c b/src/third_party/wiredtiger/test/format/backup.c
index 6ce8ba12ca7..b16835c7eec 100644
--- a/src/third_party/wiredtiger/test/format/backup.c
+++ b/src/third_party/wiredtiger/test/format/backup.c
@@ -45,7 +45,7 @@ check_copy(void)
path = dmalloc(len);
testutil_check(__wt_snprintf(path, len, "%s/BACKUP", g.home));
- wts_open(path, false, &conn);
+ wts_open(path, false, &conn, true);
testutil_checkfmt(conn->open_session(conn, NULL, NULL, &session), "%s", path);