summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_options.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2015-05-11 11:04:31 -0400
committerMathias Stearn <mathias@10gen.com>2015-05-14 18:55:30 -0400
commitb0f3a43bf7f9b4e1bd48c5b823ebe2d5e8fa9055 (patch)
tree9def21ed22af764c8b1375dd8d1cba035b1b464e /src/mongo/db/catalog/collection_options.h
parenteede63734af75cb50d5731e2677359fd8b067a0c (diff)
downloadmongo-b0f3a43bf7f9b4e1bd48c5b823ebe2d5e8fa9055.tar.gz
SERVER-18227 Correctly parse collection options in RS rollback of collmod
Diffstat (limited to 'src/mongo/db/catalog/collection_options.h')
-rw-r--r--src/mongo/db/catalog/collection_options.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/catalog/collection_options.h b/src/mongo/db/catalog/collection_options.h
index 6a159a8c921..356d4f2c3e7 100644
--- a/src/mongo/db/catalog/collection_options.h
+++ b/src/mongo/db/catalog/collection_options.h
@@ -53,9 +53,7 @@ namespace mongo {
Status validate() const;
/**
- * Updates fields based on BSON document from client.
- * If document contains a 'storageEngine' field, ensures that 'storageEngine'
- * contains a single field of Object type.
+ * Parses the "options" subfield of the collection info object.
*/
Status parse( const BSONObj& obj );