SERVER-3630: 'this' supplied to map function not read only
This commit is contained in:
@@ -428,7 +428,7 @@ namespace mongo {
|
||||
* @return 0 on success
|
||||
*/
|
||||
int invoke( ScriptingFunction func , const BSONObj* args, const BSONObj* recv, int timeoutMs , bool ignoreReturn, bool readOnlyArgs, bool readOnlyRecv ) {
|
||||
return _real->invoke( func , args , recv, timeoutMs , ignoreReturn );
|
||||
return _real->invoke( func , args , recv, timeoutMs , ignoreReturn, readOnlyArgs, readOnlyRecv );
|
||||
}
|
||||
|
||||
string getError() {
|
||||
|
||||
Reference in New Issue
Block a user