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
dbf6965c30
commit
204580bf36
4 changed files with 29 additions and 14 deletions
|
|
@ -474,6 +474,8 @@ func selectBlocksRawStmt(stmt string, limit int) (ret []*Block) {
|
|||
if confLimit && limit < len(ret) {
|
||||
break
|
||||
}
|
||||
} else {
|
||||
logging.LogWarnf("raw sql query [%s] failed: %s", stmt, err)
|
||||
}
|
||||
}
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue