Merge branch 'master' of github.com:mongodb/mongo
This commit is contained in:
@@ -114,7 +114,7 @@ namespace mongo {
|
||||
throw UserException( code , ss.str() );
|
||||
}
|
||||
|
||||
mongo::mutex *Assertion::_mutex = new mongo::mutex();
|
||||
mongo::mutex *Assertion::_mutex = new mongo::mutex("Assertion");
|
||||
|
||||
string Assertion::toString() {
|
||||
if( _mutex == 0 )
|
||||
|
||||
Reference in New Issue
Block a user