summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/dist/flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/dist/flags.py')
-rw-r--r--src/third_party/wiredtiger/dist/flags.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/dist/flags.py b/src/third_party/wiredtiger/dist/flags.py
index b5f36fb707a..93b6e0cbbf4 100644
--- a/src/third_party/wiredtiger/dist/flags.py
+++ b/src/third_party/wiredtiger/dist/flags.py
@@ -37,10 +37,13 @@ flags = {
'READ_WONT_NEED',
],
'rec_write' : [
+ 'CHECKPOINTING',
+ 'EVICTING',
'EVICT_IN_MEMORY',
+ 'EVICT_INMEM_SPLIT',
'EVICT_LOOKASIDE',
+ 'EVICT_SCRUB',
'EVICT_UPDATE_RESTORE',
- 'EVICTING',
'VISIBILITY_ERR',
],
'txn_log_checkpoint' : [
@@ -77,6 +80,7 @@ flags = {
'VERB_SHARED_CACHE',
'VERB_SPLIT',
'VERB_TEMPORARY',
+ 'VERB_THREAD_GROUP',
'VERB_TRANSACTION',
'VERB_VERIFY',
'VERB_VERSION',