summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2020-12-10 16:58:49 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-10 06:30:27 +0000
commit5b95990c4ee02692d0d940757bce942b04596974 (patch)
treed9d05444b7c170f8dbf4ed7397ca83a04305fd7e /src/third_party/wiredtiger/dist
parent03c56398a484265af712c3e1a238595ca02665e4 (diff)
downloadmongo-5b95990c4ee02692d0d940757bce942b04596974.tar.gz
Import wiredtiger: d4cbdb99074600e2b12153fbfab790349e6bdd0a from branch mongodb-5.0
ref: 31c4748b76..d4cbdb9907 for: 4.9.0 WT-6992 Add timing stress between datastore and history store search
Diffstat (limited to 'src/third_party/wiredtiger/dist')
-rw-r--r--src/third_party/wiredtiger/dist/api_data.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/dist/api_data.py b/src/third_party/wiredtiger/dist/api_data.py
index c76938f7919..5986a676926 100644
--- a/src/third_party/wiredtiger/dist/api_data.py
+++ b/src/third_party/wiredtiger/dist/api_data.py
@@ -695,8 +695,8 @@ connection_runtime_config = [
type='list', undoc=True,
choices=[
'aggressive_sweep', 'backup_rename', 'checkpoint_slow', 'history_store_checkpoint_delay',
- 'history_store_sweep_race', 'prepare_checkpoint_delay', 'split_1', 'split_2',
- 'split_3', 'split_4', 'split_5', 'split_6', 'split_7', 'split_8']),
+ 'history_store_search', 'history_store_sweep_race', 'prepare_checkpoint_delay', 'split_1',
+ 'split_2', 'split_3', 'split_4', 'split_5', 'split_6', 'split_7', 'split_8']),
Config('verbose', '', r'''
enable messages for various events. Options are given as a
list, such as <code>"verbose=[evictserver,read]"</code>''',