diff options
| author | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-09-26 17:05:01 +1000 |
|---|---|---|
| committer | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-09-26 17:05:01 +1000 |
| commit | fc0e7abe82595e579573d42448632f7b36a2d154 (patch) | |
| tree | b5a19458b0a49252b4231f1660fc63553b439268 /src/include/btree.i | |
| parent | 5bc03723a7e77c96b1d5e45a97173654872c727a (diff) | |
| parent | 5fb852354745b9efe638183084ee00db821aa132 (diff) | |
Merge branch 'develop' into mongodb-3.4mongodb-3.4.0-rc0mongodb-3.3.15
Diffstat (limited to 'src/include/btree.i')
| -rw-r--r-- | src/include/btree.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/btree.i b/src/include/btree.i index 6e32c1bc195..a9ce4f754a9 100644 --- a/src/include/btree.i +++ b/src/include/btree.i @@ -406,7 +406,7 @@ __wt_cache_page_evict(WT_SESSION_IMPL *session, WT_PAGE *page) /* Update pages and bytes evicted. */ (void)__wt_atomic_add64(&cache->bytes_evict, page->memory_footprint); - (void)__wt_atomic_add64(&cache->pages_evict, 1); + (void)__wt_atomic_addv64(&cache->pages_evict, 1); } /* |
