Scope::rename and ability to block db access prep for SERVER-1715

This commit is contained in:
Eliot Horowitz
2010-09-01 01:32:04 -04:00
parent a6e3b04263
commit b416e09061
6 changed files with 63 additions and 2 deletions

View File

@@ -385,6 +385,10 @@ namespace mongo {
return _real->createFunction( code );
}
void rename( const char * from , const char * to ){
_real->rename( from , to );
}
/**
* @return 0 on success
*/