优化抓包性能

This commit is contained in:
hebo
2019-08-14 15:40:55 +08:00
parent dab225fc2c
commit d890396ba9
134 changed files with 3568 additions and 42049 deletions

View File

@@ -164,7 +164,6 @@ func filterQueryPieceBySQL(mqp *model.PooledMysqlQueryPiece, querySQL []byte) (m
} else if (uselessSQLPattern.Match(querySQL)) {
return nil
}
if ddlPatern.Match(querySQL) {