Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
2.1.1
-
None
-
ALL
Description
Note the last clause. Should really be
buildIndex == r.buildIndexes
|
buildIndexes == buildIndexes
|
return _id==r._id && votes == r.votes && h == r.h && priority == r.priority &&
|
arbiterOnly == r.arbiterOnly && slaveDelay == r.slaveDelay && hidden == r.hidden &&
|
buildIndexes == buildIndexes;
|