summaryrefslogtreecommitdiff
path: root/src/mongo/db/index_names.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2014-09-23 17:09:50 -0400
committerMathias Stearn <mathias@10gen.com>2014-10-17 20:34:36 -0400
commit7e7439bab78da9c993fcf566e4ea8d5c0570ad8d (patch)
treea15b63212eee126a383fee111c098a24d21b6282 /src/mongo/db/index_names.h
parent4d34532dbf749fe2c9df9ed7421db196eaf93632 (diff)
downloadmongo-7e7439bab78da9c993fcf566e4ea8d5c0570ad8d.tar.gz
SERVER-15319 Bump file versions for 2.8-style freelist
Diffstat (limited to 'src/mongo/db/index_names.h')
-rw-r--r--src/mongo/db/index_names.h4
1 files changed, 2 insertions, 2 deletions
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);