summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/format/format.h
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/format.h
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/format.h')
-rw-r--r--src/third_party/wiredtiger/test/format/format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/format/format.h b/src/third_party/wiredtiger/test/format/format.h
index 6bc213a65ef..9f864aeec32 100644
--- a/src/third_party/wiredtiger/test/format/format.h
+++ b/src/third_party/wiredtiger/test/format/format.h
@@ -397,7 +397,7 @@ void wts_create(void);
void wts_dump(const char *, bool);
void wts_init(void);
void wts_load(void);
-void wts_open(const char *, bool, WT_CONNECTION **);
+void wts_open(const char *, bool, WT_CONNECTION **, bool);
void wts_read_scan(void);
void wts_rebalance(void);
void wts_reopen(void);