Skip to content

Commit 4d5f6a7

Browse files
authored
Update packets.go
1 parent cd44929 commit 4d5f6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packets.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,8 @@ func (mc *okHandler) readResultSetHeaderPacket() (int, error) {
573573

574574
// column count
575575
num, _, _ := readLengthEncodedInteger(data)
576+
// ignore remaining data in the packet. see #1478.
576577
return int(num), nil
577-
578578
}
579579
return 0, err
580580
}

0 commit comments

Comments
 (0)