MCPcopy
hub / github.com/go-sql-driver/mysql / resultUnchanged

Method resultUnchanged

packets.go:638–640  ·  view source on GitHub ↗

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.)

()

Source from the content-addressed store, hash-verified

636// need to be cleared first (e.g. during authentication, or while additional
637// resultsets are being fetched.)
638func (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.

Callers 3

readAuthResultMethod · 0.95
handleAuthResultMethod · 0.95
nextResultSetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected