diff options
Diffstat (limited to 'src/mongo/db/server_recovery.h')
-rw-r--r-- | src/mongo/db/server_recovery.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/server_recovery.h b/src/mongo/db/server_recovery.h index 3b9d87a8065..52f9858ce4d 100644 --- a/src/mongo/db/server_recovery.h +++ b/src/mongo/db/server_recovery.h @@ -37,8 +37,7 @@ namespace mongo { /** - * This class is for use with non-MMAPv1 storage engines that track record store sizes in catalog - * metadata. + * This class is for use with storage engines that track record store sizes in catalog metadata. * * During normal server operation, we adjust the size metadata for all record stores. But when * performing replication recovery, we avoid doing so, as we trust that the size metadata on disk is |