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 eb92a8d commit fae512fCopy full SHA for fae512f
packets.go
@@ -1143,10 +1143,11 @@ func (rows *binaryRows) readRow(dest []driver.Value) error {
1143
}
1144
return io.EOF
1145
1146
+ mc := rows.mc
1147
rows.mc = nil
1148
1149
// Error otherwise
- return rows.mc.handleErrorPacket(data)
1150
+ return mc.handleErrorPacket(data)
1151
1152
1153
// NULL-bitmap, [(column-count + 7 + 2) / 8 bytes]
0 commit comments