add response parse module

This commit is contained in:
hebo
2019-12-24 22:39:30 +08:00
parent 0ed1b77305
commit 6c2fcd13b2
6 changed files with 141 additions and 18 deletions

View File

@@ -29,6 +29,8 @@ func NewPooledMysqlQueryPiece(
pmqp.EventTime = stmtBeginTime
pmqp.CostTimeInMS = nowInMS - stmtBeginTime
pmqp.recoverPool = mqpp
pmqp.OK = 0
pmqp.ResponseVal = -1
return
}