Merge branch 'master' of github.com:mongodb/mongo

This commit is contained in:
Aaron
2010-05-25 22:03:07 -07:00
57 changed files with 297 additions and 217 deletions

View File

@@ -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 )