Returns an instance of okHandler for codepaths where mysqlConn.result doesn't need to be cleared first (e.g. during authentication, or while additional resultsets are being fetched.)
()
| 636 | // need to be cleared first (e.g. during authentication, or while additional |
| 637 | // resultsets are being fetched.) |
| 638 | func (mc *mysqlConn) resultUnchanged() *okHandler { |
| 639 | return (*okHandler)(mc) |
| 640 | } |
| 641 | |
| 642 | // okHandler represents the state of the connection when mysqlConn.result has |
| 643 | // been prepared for processing of OK packets. |
no outgoing calls
no test coverage detected