Summary:
A couple of unnecessary serialization points were removed from the code. No bug fixes included.
__wt_txn_clear_read_timestamp() has an unnecessary serialization point. This won't cause problems, but it's likely to cause confusion.
- is caused by
-
WT-3894 Timestamp queue implementation and statistics improvements
- Closed