mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🐛 索引嵌入块内容可能会导致内核崩溃 https://github.com/siyuan-note/siyuan/issues/7213
This commit is contained in:
parent
a7be404b38
commit
cbed5c6a95
1 changed files with 1 additions and 1 deletions
|
|
@ -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++
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue