()
| 86 | } |
| 87 | |
| 88 | func (mc *mysqlConn) resetSequence() { |
| 89 | mc.sequence = 0 |
| 90 | mc.compressSequence = 0 |
| 91 | } |
| 92 | |
| 93 | // syncSequence must be called when finished writing some packet and before start reading. |
| 94 | func (mc *mysqlConn) syncSequence() { |
no outgoing calls