mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-07 14:39:02 +08:00
优化抓包性能
This commit is contained in:
@@ -164,7 +164,6 @@ func filterQueryPieceBySQL(mqp *model.PooledMysqlQueryPiece, querySQL []byte) (m
|
||||
|
||||
} else if (uselessSQLPattern.Match(querySQL)) {
|
||||
return nil
|
||||
|
||||
}
|
||||
|
||||
if ddlPatern.Match(querySQL) {
|
||||
|
Reference in New Issue
Block a user