don't allow db.eval on sharded collections SHARDING-27

This commit is contained in:
Eliot Horowitz
2009-09-10 10:36:11 -04:00
parent b9d61d202c
commit bbc07f85ec
6 changed files with 61 additions and 0 deletions

View File

@@ -26,4 +26,8 @@ namespace mongo {
string getDbContext() {
return "in client only mode";
}
bool haveLocalShardingInfo( const string& ns ){
return false;
}
}