summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/syscall/syscall.py
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2019-04-01 14:44:54 +1100
committerLuke Chen <luke.chen@mongodb.com>2019-04-01 14:44:54 +1100
commitd1beb371c96a7ad961eb8bb6e81d8c4fc0617f17 (patch)
treeaead1c88928db8282ed83b39ece5b37d034d7a13 /src/third_party/wiredtiger/test/syscall/syscall.py
parent78a00318d39bc35c2091775e74bf0dde780d950f (diff)
downloadmongo-d1beb371c96a7ad961eb8bb6e81d8c4fc0617f17.tar.gz
Import wiredtiger: bb8086c4ed645854f19554198f391ea8c821f603 from branch mongodb-4.2
ref: 67066a329d..bb8086c4ed for: 4.1.10 WT-4614 Trigger sweep immediately to reclaim space after a table drop WT-4631 Always clear the read timestamp for transactions WT-4636 Fix strace in syscall test WT-4650 Coverity complaint: Constant expression result (CONSTANT_EXPRESSION_RESULT) WT-4668 lint
Diffstat (limited to 'src/third_party/wiredtiger/test/syscall/syscall.py')
-rw-r--r--src/third_party/wiredtiger/test/syscall/syscall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/test/syscall/syscall.py b/src/third_party/wiredtiger/test/syscall/syscall.py
index 6d5f4bc4c10..0fafc56fe45 100644
--- a/src/third_party/wiredtiger/test/syscall/syscall.py
+++ b/src/third_party/wiredtiger/test/syscall/syscall.py
@@ -156,7 +156,7 @@ defines_used = [
'HAVE_FTRUNCATE', 'O_ACCMODE', 'O_APPEND', 'O_ASYNC',
'O_CLOEXEC', 'O_CREAT', 'O_EXCL', 'O_EXLOCK', 'O_NOATIME',
'O_NOFOLLOW', 'O_NONBLOCK', 'O_RDONLY', 'O_RDWR', 'O_SHLOCK',
- 'O_TRUNC', 'O_WRONLY' ]
+ 'O_TRUNC', 'O_WRONLY', 'WT_USE_OPENAT' ]
################################################################