diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-08-24 08:08:21 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-08-24 08:08:21 -0400 |
commit | d34e3e8ae5522f3434d2764ee6dae5b915c1c4c5 (patch) | |
tree | 4a78b6e41ddb8af63c403c736f949253929b7858 /src/conn/conn_open.c | |
parent | 0993da448ef02429a95f41ce8ccd17912f9836d3 (diff) | |
parent | 2a89b8b983fae7e94cc10198df480e2f85004b32 (diff) | |
download | mongo-d34e3e8ae5522f3434d2764ee6dae5b915c1c4c5.tar.gz |
Merge branch 'develop' into wt-1967-evict-any
Diffstat (limited to 'src/conn/conn_open.c')
-rw-r--r-- | src/conn/conn_open.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conn/conn_open.c b/src/conn/conn_open.c index 72f3012fa7b..98a299575c5 100644 --- a/src/conn/conn_open.c +++ b/src/conn/conn_open.c @@ -30,6 +30,7 @@ __wt_connection_open(WT_CONNECTION_IMPL *conn, const char *cfg[]) /* WT_SESSION_IMPL array. */ WT_RET(__wt_calloc(session, conn->session_size, sizeof(WT_SESSION_IMPL), &conn->sessions)); + WT_CACHE_LINE_ALIGNMENT_VERIFY(session, conn->sessions); /* * Open the default session. We open this before starting service |