0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
Alberto Lerner 2010-11-26 10:14:49 -05:00
parent b4be994a8e
commit a1fe753a64

View File

@ -98,6 +98,7 @@ namespace mongo {
uasserted( 13299 , ss.str() );
}
// TODO we shouldn't need three ways for checking the version. Fix this.
bool ShardingState::hasVersion( const string& ns ){
scoped_lock lk(_mutex);