diff options
Diffstat (limited to 'src/schema/schema_create.c')
-rw-r--r-- | src/schema/schema_create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schema/schema_create.c b/src/schema/schema_create.c index 756f1fdcc6c..67d64cf1c75 100644 --- a/src/schema/schema_create.c +++ b/src/schema/schema_create.c @@ -35,7 +35,7 @@ __wt_direct_io_size_check(WT_SESSION_IMPL *session, * units of its happy place. */ if (FLD_ISSET(conn->direct_io, - WT_FILE_TYPE_CHECKPOINT | WT_FILE_TYPE_DATA)) { + WT_DIRECT_IO_CHECKPOINT | WT_DIRECT_IO_DATA)) { align = (int64_t)conn->buffer_alignment; if (align != 0 && (cval.val < align || cval.val % align != 0)) WT_RET_MSG(session, EINVAL, |