don't allow db.eval on sharded collections SHARDING-27
This commit is contained in:
@@ -26,4 +26,8 @@ namespace mongo {
|
||||
string getDbContext() {
|
||||
return "in client only mode";
|
||||
}
|
||||
|
||||
bool haveLocalShardingInfo( const string& ns ){
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user