Skip to content

Commit

Permalink
Update packets.go
Browse files Browse the repository at this point in the history
  • Loading branch information
methane authored Sep 20, 2023
1 parent cd44929 commit 4d5f6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packets.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ func (mc *okHandler) readResultSetHeaderPacket() (int, error) {

// column count
num, _, _ := readLengthEncodedInteger(data)
// ignore remaining data in the packet. see #1478.
return int(num), nil

}
return 0, err
}
Expand Down

0 comments on commit 4d5f6a7

Please sign in to comment.