-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.4.8
-
Component/s: None
> db.test.drop() true > db.test.insert({ "NumberInt" : NumberInt(0), "Timestamp" : Timestamp(0, 0) }) > db.test.insert({ "Timestamp" : Timestamp(0, 0) }) > db.test.find() { "_id" : ObjectId("52cdf6870449e37d1e934214"), "NumberInt" : 0, "Timestamp" : Timestamp(0, 0) } { "_id" : ObjectId("52cdf6890449e37d1e934215"), "Timestamp" : Timestamp(1389229705, 1) } >
This causes things like the Timestamp not round tripping correctly doing a dump restore from 2.4 to 2.5 (this bug does not exist in 2.5)
- is related to
-
SERVER-12349 Insert from update replaces {_id:Timestamp()} with current date+inc
- Closed