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:
parent
e641c77844
commit
bab49f4951
@ -229,6 +229,8 @@ namespace mongo {
|
||||
out() << ii.keyPattern() << ", ";
|
||||
}
|
||||
out() << endl;
|
||||
|
||||
massert( "Unable to locate previously recorded index", false );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user