close closes the network connection and clear results without sending COM_QUIT.
()
| 167 | |
| 168 | // close closes the network connection and clear results without sending COM_QUIT. |
| 169 | func (mc *mysqlConn) close() { |
| 170 | mc.cleanup() |
| 171 | mc.clearResult() |
| 172 | } |
| 173 | |
| 174 | // Closes the network connection and unsets internal variables. Do not call this |
| 175 | // function after successful authentication, call Close instead. This function |
no test coverage detected