diff options
author | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-09-16 06:21:24 +0000 |
---|---|---|
committer | Alex Gorrod <alexander.gorrod@mongodb.com> | 2016-09-16 06:21:24 +0000 |
commit | 5bc03723a7e77c96b1d5e45a97173654872c727a (patch) | |
tree | f0d12b535fee95b721d8d046c3e4dfbfec0a91e2 /src/async/async_worker.c | |
parent | deeb0f589aab43f0d4b8d97755ed1e13808dcfab (diff) | |
parent | 03bbd9d3c9330a5b6e3cbd7d2db1ac7fea5e96bf (diff) | |
download | mongodb-3.3.13.tar.gz |
Merge branch 'develop' into mongodb-3.4mongodb-3.3.14mongodb-3.3.13
Diffstat (limited to 'src/async/async_worker.c')
-rw-r--r-- | src/async/async_worker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/async/async_worker.c b/src/async/async_worker.c index cf83d797738..401d0616eab 100644 --- a/src/async/async_worker.c +++ b/src/async/async_worker.c @@ -37,7 +37,7 @@ retry: */ while (last_consume == async->head && async->flush_state != WT_ASYNC_FLUSHING) { - WT_STAT_FAST_CONN_INCR(session, async_nowork); + WT_STAT_CONN_INCR(session, async_nowork); if (++tries < MAX_ASYNC_YIELD) /* * Initially when we find no work, allow other |