6.15.5 (2021-02-05)
Bug Fixes
- Since 6.15.0,
TransactionDB
returns errorStatus
es from calls toDeleteRange()
and calls toWrite()
where theWriteBatch
contains a range deletion. Previously such operations may have succeeded while not providing the expected transactional guarantees. There are certain cases where range deletion can still be used on such DBs; see the API doc onTransactionDB::DeleteRange()
for details. OptimisticTransactionDB
now returns errorStatus
es from calls toDeleteRange()
and calls toWrite()
where theWriteBatch
contains a range deletion. Previously such operations may have succeeded while not providing the expected transactional guarantees.