summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/bench/wtperf/wtperf.h
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2020-09-29 13:29:39 +1000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-29 03:44:36 +0000
commita6bd068bc2943898b64943c70ae5760c35ba65e0 (patch)
tree231eb4cbdd306fe888e747663e67691a2618d2a4 /src/third_party/wiredtiger/bench/wtperf/wtperf.h
parentf31ce895f1475e1184bafbf74f3c2032b9f1801f (diff)
downloadmongo-a6bd068bc2943898b64943c70ae5760c35ba65e0.tar.gz
Import wiredtiger: bb1cc65a63a4fb081cb5969f0728ff2b74fc7c8b from branch mongodb-4.4
ref: 8a1dce8653..bb1cc65a63 for: 4.4.2 WT-5645 Add Evergreen test that cycles through known failure test/format configs WT-6181 Have Python Evergreen tests print standard output on failure WT-6490 Acquire snapshot for eviction threads WT-6654 Clean up test_backup15.py WT-6657 Fix history store panic when inserting an update without timestamp WT-6670 Fix uninitialized buffer WT-6674 Remove Async API code and documentation WT-6683 Fix logically dead code WT-6685 Add import configuration option to WT_SESSION::create WT-6689 Add support for file import when the exported configuration is provided WT-6721 Add a new Evergreen task to run cyclomatic complexity WT-6734 Add missing brace to Swig Java interface
Diffstat (limited to 'src/third_party/wiredtiger/bench/wtperf/wtperf.h')
-rw-r--r--src/third_party/wiredtiger/bench/wtperf/wtperf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/third_party/wiredtiger/bench/wtperf/wtperf.h b/src/third_party/wiredtiger/bench/wtperf/wtperf.h
index a004e5e3997..ed8bea2234c 100644
--- a/src/third_party/wiredtiger/bench/wtperf/wtperf.h
+++ b/src/third_party/wiredtiger/bench/wtperf/wtperf.h
@@ -128,9 +128,6 @@ struct __wtperf { /* Per-database structure */
FILE *logf; /* Logging handle */
- char *async_config; /* Config string for async */
- bool use_asyncops; /* Use async operations */
-
const char *compress_ext; /* Compression extension for conn */
const char *compress_table; /* Compression arg to table create */