(b []byte)
| 629 | } |
| 630 | |
| 631 | func readStatus(b []byte) statusFlag { |
| 632 | return statusFlag(b[0]) | statusFlag(b[1])<<8 |
| 633 | } |
| 634 | |
| 635 | // Returns an instance of okHandler for codepaths where mysqlConn.result doesn't |
| 636 | // need to be cleared first (e.g. during authentication, or while additional |
no test coverage detected