From 7e7439bab78da9c993fcf566e4ea8d5c0570ad8d Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Tue, 23 Sep 2014 17:09:50 -0400 Subject: SERVER-15319 Bump file versions for 2.8-style freelist --- src/mongo/db/index_names.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mongo/db/index_names.h') diff --git a/src/mongo/db/index_names.h b/src/mongo/db/index_names.h index 658ddd8459b..728906ed701 100644 --- a/src/mongo/db/index_names.h +++ b/src/mongo/db/index_names.h @@ -71,8 +71,8 @@ namespace mongo { /** * True if is a regular (non-plugin) index or uses a plugin that existed before 2.4. - * These plugins are grandfathered in and allowed to exist in DBs with - * PDFILE_MINOR_VERSION_22_AND_OLDER + * These plugins are grandfathered in and allowed to exist in DBs where + * DataFileVersion::is24IndexClean() returns false. */ static bool existedBefore24(const std::string& name); -- cgit v1.2.1