Ensure recreated tables use the same settings as ones made at boot

This commit is contained in:
John Sully 2022-04-27 23:38:55 +00:00
parent cfa9ba8eb1
commit 6e4e75af9c

View File

@ -24,6 +24,8 @@ public:
virtual size_t filedsRequired() const override;
std::string getTempFolder();
rocksdb::Options RocksDbOptions();
private:
void setVersion(rocksdb::ColumnFamilyHandle*);
};