tecbot / gorocksdb

gorocksdb is a Go wrapper for RocksDB
http://rocksdb.org
MIT License
940 stars 269 forks source link

DeleteRange DeleteRangeCF #159

Closed JimChengLin closed 5 years ago

tecbot commented 5 years ago

Thanks!

JimChengLin commented 5 years ago

@tecbot You're welcome! There is a small mistake. The default value fo WAL recovery mode is TolerateCorruptedTailRecords instead of PointInTimeConsistency.

tecbot commented 5 years ago

@JimChengLin can you create an another PR to adjust this please? Thank you!

JimChengLin commented 5 years ago

@tecbot sure, https://github.com/tecbot/gorocksdb/pull/164.