提交 5a917462 编写于 作者: I Igor Canadi

log file is uint64_t

上级 b69e7d99
......@@ -386,7 +386,7 @@ class DBImpl : public DB {
unique_ptr<log::Writer> log_;
ColumnFamilyHandleImpl* default_cf_handle_;
unique_ptr<ColumnFamilyMemTablesImpl> column_family_memtables_;
std::deque<uint32_t> alive_log_files_;
std::deque<uint64_t> alive_log_files_;
std::string host_name_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册