mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
comment
This commit is contained in:
parent
e8e4fd2d3c
commit
75c7d69277
@ -473,7 +473,7 @@ namespace mongo {
|
||||
if ( op == Mod::INC )
|
||||
strcpy((char *) fn, "$set"); // rewrite for op log
|
||||
while ( jt.more() ) {
|
||||
BSONElement f = jt.next();
|
||||
BSONElement f = jt.next(); // x:44
|
||||
|
||||
const char * fieldName = f.fieldName();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user