Commit 90bf85d8 authored by liuyuhang's avatar liuyuhang Committed by vipwzw

add

parent a139816a
...@@ -133,7 +133,7 @@ func New(cfg *types.Store, sub []byte) queue.Module { ...@@ -133,7 +133,7 @@ func New(cfg *types.Store, sub []byte) queue.Module {
if err == nil { if err == nil {
isDelMavlData = true isDelMavlData = true
} }
// 查询是Upgrade,需要存储mavl到db // 查询是否是删除裁剪版mavl
isPrunedMavl = isPrunedMavlDB(bs.GetDB()) isPrunedMavl = isPrunedMavlDB(bs.GetDB())
bs.SetChild(kvms) bs.SetChild(kvms)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment