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 52432f2 commit 41c2936Copy full SHA for 41c2936
packets.go
@@ -187,7 +187,7 @@ func (mc *mysqlConn) readInitPacket() (err error) {
187
// which is not documented but seems to work.
188
mc.cipher = append(mc.cipher, data[pos:pos+12]...)
189
190
- // TODO: Verifiy string termination
+ // TODO: Verify string termination
191
// EOF for version >= (5.5.7 and < 5.5.10) or (>= 5.6.0 and < 5.6.2)
192
// \NUL otherwise
193
//if data[len(data)-1] == 0 {
0 commit comments