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.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/dist/flags.py b/src/third_party/wiredtiger/dist/flags.py
index 7d237dd39a4..b97235b965a 100644
--- a/src/third_party/wiredtiger/dist/flags.py
+++ b/src/third_party/wiredtiger/dist/flags.py
@@ -31,11 +31,13 @@ flags = {
'page_read' : [
'READ_CACHE',
'READ_COMPACT',
+ 'READ_NOTFOUND_OK',
'READ_NO_EMPTY',
'READ_NO_EVICT',
'READ_NO_GEN',
'READ_NO_WAIT',
'READ_PREV',
+ 'READ_RESTART_OK',
'READ_SKIP_INTL',
'READ_SKIP_LEAF',
'READ_TRUNCATE',
@@ -70,6 +72,7 @@ flags = {
'VERB_MUTEX',
'VERB_OVERFLOW',
'VERB_READ',
+ 'VERB_REBALANCE',
'VERB_RECONCILE',
'VERB_RECOVERY',
'VERB_SALVAGE',
@@ -108,6 +111,7 @@ flags = {
'SESSION_CAN_WAIT',
'SESSION_CLEAR_EVICT_WALK',
'SESSION_INTERNAL',
+ 'SESSION_LOCK_NO_WAIT',
'SESSION_LOCKED_CHECKPOINT',
'SESSION_LOCKED_HANDLE_LIST',
'SESSION_LOCKED_SCHEMA',