We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9025c commit 76a031eCopy full SHA for 76a031e
client/resp.go
@@ -14,6 +14,7 @@ import (
14
"github.com/go-mysql-org/go-mysql/utils"
15
)
16
17
+// this should only be called when CLIENT_DEPRECATE_EOF not enabled
18
func (c *Conn) isEOFPacket(data []byte) bool {
19
return data[0] == mysql.EOF_HEADER && len(data) <= 5
20
}
0 commit comments