This commit is contained in:
Liang Ding
2022-11-20 22:56:51 +08:00
parent f64c3439f4
commit 99e09951ac
2 changed files with 10 additions and 1 deletions

View File

@@ -489,6 +489,7 @@ func scanBlockRows(rows *sql.Rows) (ret *Block) {
return
}
ret = &block
putBlockCache(ret)
return
}