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 a07a61e commit 764a292Copy full SHA for 764a292
packets.go
@@ -282,7 +282,7 @@ func (mc *mysqlConn) writeCommandPacket(command byte) error {
282
// Send CMD packet
283
return mc.writePacket([]byte{
284
// Add the packet header [24bit length + 1 byte sequence]
285
- 0x05, // 5 bytes long
+ 0x01, // 1 byte long
286
0x00,
287
288
0x00, // mc.sequence
0 commit comments