Details
Description
Non-timestamped writes clear history, that is, if you read a value using a timestamp, then commit without a timestamp, then re-read using the timestamp, WiredTiger will return the non-timestamped value, not the original timestamp value. This isn't documented.