Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
leveldb/utils: held mutex on BufferPool.String()
The stringer method may not called often so using mutex here should be fine. syndtr#312
- Loading branch information