This commit is contained in:
Liang Ding 2022-11-20 22:56:51 +08:00
parent f64c3439f4
commit 99e09951ac
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
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
}