mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
better comment
This commit is contained in:
parent
4250625e89
commit
eebffadce1
@ -294,7 +294,8 @@ namespace mongo {
|
||||
const char *from_name = e.valuestr();
|
||||
|
||||
if( strstr(from_name, ".system.") ) {
|
||||
/* system.users is cloned -- but nothing else from system. */
|
||||
/* system.users and s.js is cloned -- but nothing else from system.
|
||||
* system.indexes is handled specially at the end*/
|
||||
if( legalClientSystemNS( from_name , true ) == 0 ){
|
||||
log(2) << "\t\t not cloning because system collection" << endl;
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user