diff options
author | Nathan Myers <nathan.myers@10gen.com> | 2017-09-25 16:20:23 -0400 |
---|---|---|
committer | Nathan Myers <nathan.myers@10gen.com> | 2017-09-25 16:20:23 -0400 |
commit | 0939e1447aa5b4291c09c1fab2344a66098213dd (patch) | |
tree | 53675734d2c5d1378088beb3b35c77cce8ed7a15 /src/mongo/db/op_observer.h | |
parent | d7aca6435e8ccc89005a97dc585dfbe429a17dec (diff) | |
download | mongo-0939e1447aa5b4291c09c1fab2344a66098213dd.tar.gz |
SERVER-29136 Plumb update document key through to op log
Diffstat (limited to 'src/mongo/db/op_observer.h')
-rw-r--r-- | src/mongo/db/op_observer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/op_observer.h b/src/mongo/db/op_observer.h index 3ff05ff561d..53c2a79f0e5 100644 --- a/src/mongo/db/op_observer.h +++ b/src/mongo/db/op_observer.h @@ -72,7 +72,7 @@ struct OplogUpdateEntryArgs { BSONObj criteria; // True if this update comes from a chunk migration. - bool fromMigrate; + bool fromMigrate = false; StoreDocOption storeDocOption = StoreDocOption::None; }; |