We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904af6b commit 1bf271cCopy full SHA for 1bf271c
src/mongo/db/storage/mmap_v1/mmap_v1_database_catalog_entry.cpp
@@ -802,7 +802,7 @@ namespace mongo {
802
CollectionOptions options;
803
if ( entry["options"].isABSONObj() ) {
804
Status status = options.parse( entry["options"].Obj() );
805
- fassert( 18522, status );
+ fassert( 18523, status );
806
}
807
return options;
808
0 commit comments