fixes
This commit is contained in:
@@ -458,7 +458,7 @@ private:
|
||||
i_provider &provider_;
|
||||
|
||||
private:
|
||||
utils::db::sqlite::db3_t db_{nullptr};
|
||||
utils::db::sqlite::db3_t db_;
|
||||
std::uint64_t next_handle_{0U};
|
||||
mutable std::recursive_mutex open_file_mtx_;
|
||||
std::unordered_map<std::string, std::shared_ptr<i_closeable_open_file>>
|
||||
|
@@ -48,6 +48,7 @@ meta_db::meta_db(const app_config &cfg) {
|
||||
'|' + sqlite3_errstr(res));
|
||||
return;
|
||||
}
|
||||
|
||||
db_ = utils::db::sqlite::db3_t{
|
||||
db3,
|
||||
utils::db::sqlite::sqlite3_deleter(),
|
||||
|
Reference in New Issue
Block a user