summaryrefslogtreecommitdiff
path: root/src/mongo/db/collection_index_usage_tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/collection_index_usage_tracker.h')
-rw-r--r--src/mongo/db/collection_index_usage_tracker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/collection_index_usage_tracker.h b/src/mongo/db/collection_index_usage_tracker.h
index c5d15769f5f..6a784ec8bd7 100644
--- a/src/mongo/db/collection_index_usage_tracker.h
+++ b/src/mongo/db/collection_index_usage_tracker.h
@@ -70,7 +70,7 @@ public:
}
// Number of operations that have used this index.
- AtomicInt64 accesses;
+ AtomicWord<long long> accesses;
// Date/Time that we started tracking index usage.
Date_t trackerStartTime;