0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

Fail operation when old index can't be found

This commit is contained in:
Aaron 2009-03-03 15:37:54 -05:00
parent e641c77844
commit bab49f4951

View File

@ -229,6 +229,8 @@ namespace mongo {
out() << ii.keyPattern() << ", ";
}
out() << endl;
massert( "Unable to locate previously recorded index", false );
}
}