Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug in nano::rocksdb::store::clear() (#4304)
Fixes rocksdb implementation of store::clear so it is atomic. Previously this was implemented by dropping the column family then re-adding it, however, this was not done atomically. --------- Co-authored-by: Brandon <[email protected]>
- Loading branch information