This commit is contained in:
Liang Ding
2023-01-09 00:33:01 +08:00
parent 559a063c63
commit 99e9fd2632

View File

@@ -1246,9 +1246,6 @@ func autoFixIndex() {
}
i++
if 0 < i && 0 == i%32 {
treenode.SaveBlockTree(true)
}
root := sql.GetBlock(rootID)
if nil == root {