summaryrefslogtreecommitdiff
path: root/src/cache/cache_las.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache/cache_las.c')
-rw-r--r--src/cache/cache_las.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache/cache_las.c b/src/cache/cache_las.c
index 4c338bc6ad9..41f50957809 100644
--- a/src/cache/cache_las.c
+++ b/src/cache/cache_las.c
@@ -49,7 +49,7 @@ __wt_las_stats_update(WT_SESSION_IMPL *session)
* don't have to worry about users seeing inconsistent data source
* information.
*/
- if (FLD_ISSET(conn->stat_flags, WT_CONN_STAT_CLEAR)) {
+ if (FLD_ISSET(conn->stat_flags, WT_STAT_CLEAR)) {
WT_STAT_SET(session, dstats, cursor_insert, 0);
WT_STAT_SET(session, dstats, cursor_remove, 0);
}