Update HISTORY for 9.3.2

This commit is contained in:
anand76 2024-08-05 10:40:16 -07:00
parent 97a152b841
commit 01393464ea
2 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,7 @@
## 9.3.2 (08/02/2024) ## 9.3.2 (08/02/2024)
### Bug Fixes ### Bug Fixes
* *Make DestroyDB supports slow deletion when it's configured in `SstFileManager`. The slow deletion is subject to the configured `rate_bytes_per_sec`, but not subject to the `max_trash_db_ratio`. * *Make DestroyDB supports slow deletion when it's configured in `SstFileManager`. The slow deletion is subject to the configured `rate_bytes_per_sec`, but not subject to the `max_trash_db_ratio`.
* Fix a race condition in pessimistic transactions that could allow multiple transactions with the same name to be registered simultaneously, resulting in a crash or other unpredictable behavior.
## 9.3.1 (05/25/2024) ## 9.3.1 (05/25/2024)
### Bug Fixes ### Bug Fixes

View file

@ -1 +0,0 @@
Fix a race condition in pessimistic transactions that could allow multiple transactions with the same name to be registered simultaneously, resulting in a crash or other unpredictable behavior.