-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: JavaScript
-
None
-
ALL
> db.f.count( {$where:function(){return 1;}} );
1
> db.eval( "db.f.count( {$where:function(){return 1;}} );" );
Thu Sep 23 11:08:18 exec error: shell/db.js:380
throw tojson( res );
^
>
- is depended on by
-
SERVER-387 currentOp() and killOp() don't work right with db.eval()
- Closed