This commit is contained in:
Liang Ding 2022-11-21 10:20:11 +08:00
parent 4650eec7c6
commit b6e6c35f9f
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 10 additions and 1 deletions

View file

@ -502,6 +502,7 @@ func scanBlockRow(row *sql.Row) (ret *Block) {
return
}
ret = &block
putBlockCache(ret)
return
}