shell admin

This commit is contained in:
dwight
2010-06-12 17:49:54 -04:00
parent 7378467044
commit 0fe7ef64f0
3 changed files with 98 additions and 49 deletions

View File

@@ -1459,7 +1459,6 @@ namespace mongo {
code << field << "_" << " = { x : " << field << "_ }; ";
code << field << " = function(){ return nativeHelper.apply( " << field << "_ , arguments ); }";
exec( code.str().c_str() );
}
virtual void gc(){