mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-07 14:39:02 +08:00
reduce max stmt length
This commit is contained in:
@@ -115,7 +115,6 @@ func (ms *MysqlSession) checkFinish() bool {
|
||||
}
|
||||
|
||||
checkNode := ms.coverRanges.head.next
|
||||
|
||||
if checkNode.end - checkNode.begin == int64(len(ms.cachedStmtBytes)) {
|
||||
return true
|
||||
}
|
||||
|
Reference in New Issue
Block a user