You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected versions of this crate called the RocksDB C API rocksdb_open_column_families_with_ttl() with a pointer to a single integer
TTL value, but one TTL value for each column family is expected.
This is only relevant when using rocksdb::DBWithThreadMode::open_cf_descriptors_with_ttl() with multiple
column families.
rocksdb
0.18.0
>=0.19.0
Affected versions of this crate called the RocksDB C API
rocksdb_open_column_families_with_ttl()
with a pointer to a single integerTTL value, but one TTL value for each column family is expected.
This is only relevant when using
rocksdb::DBWithThreadMode::open_cf_descriptors_with_ttl()
with multiplecolumn families.
This bug has been fixed in v0.19.0.
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: