From 6e4e75af9c4f7bdedf54c6818d0669f0ff7b74b8 Mon Sep 17 00:00:00 2001 From: John Sully Date: Wed, 27 Apr 2022 23:38:55 +0000 Subject: [PATCH] Ensure recreated tables use the same settings as ones made at boot --- src/storage/rocksdbfactor_internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/storage/rocksdbfactor_internal.h b/src/storage/rocksdbfactor_internal.h index 8a7df2cf5..11862bb7b 100644 --- a/src/storage/rocksdbfactor_internal.h +++ b/src/storage/rocksdbfactor_internal.h @@ -24,6 +24,8 @@ public: virtual size_t filedsRequired() const override; std::string getTempFolder(); + rocksdb::Options RocksDbOptions(); + private: void setVersion(rocksdb::ColumnFamilyHandle*); }; \ No newline at end of file