Ignore system.users as well.
This commit is contained in:
parent
4c1907ba07
commit
7cd3994cb7
@ -74,6 +74,7 @@ public class DriverMongo extends DriverAbstract
|
||||
{
|
||||
Set<String> ret = ((DbMongo)db).db.getCollectionNames();
|
||||
ret.remove("system.indexes");
|
||||
ret.remove("system.users");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user