diff options
author | Michael Cahill <michael.cahill@mongodb.com> | 2016-02-11 17:19:11 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@mongodb.com> | 2016-02-11 17:19:11 +1100 |
commit | c20cabae70d22f8102295ae1b83decbee862fd7d (patch) | |
tree | e62aaa85095661f3e52a0933efa42f790d872961 /src/include/connection.h | |
parent | 8120bd2c39bbdf5a6bcf6e39f70c34cb8784587a (diff) | |
parent | 3bc10f558dd1311581c74d89db11ec74844258c8 (diff) | |
download | mongo-c20cabae70d22f8102295ae1b83decbee862fd7d.tar.gz |
Merge branch 'develop' into WT-2346
Diffstat (limited to 'src/include/connection.h')
-rw-r--r-- | src/include/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/connection.h b/src/include/connection.h index 49dc17beef8..b0edcef718b 100644 --- a/src/include/connection.h +++ b/src/include/connection.h @@ -365,6 +365,7 @@ struct __wt_connection_impl { uint32_t txn_logsync; /* Log sync configuration */ WT_SESSION_IMPL *meta_ckpt_session;/* Metadata checkpoint session */ + uint64_t meta_uri_hash; /* Metadata file name hash */ WT_SESSION_IMPL *sweep_session; /* Handle sweep session */ wt_thread_t sweep_tid; /* Handle sweep thread */ |