🐛 索引嵌入块内容可能会导致内核崩溃 https://github.com/siyuan-note/siyuan/issues/7213

This commit is contained in:
Liang Ding 2023-02-01 10:12:34 +08:00
parent a7be404b38
commit cbed5c6a95
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -474,7 +474,7 @@ func selectBlocksRawStmt(stmt string, limit int) (ret []*Block) {
if block := scanBlockRows(rows); nil != block {
ret = append(ret, block)
} else {
logging.LogWarnf("raw sql query [%s] failed: %s", stmt)
logging.LogWarnf("raw sql query [%s] failed", stmt)
errCount++
}