We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0318e commit 50b25b5Copy full SHA for 50b25b5
errors.go
@@ -55,6 +55,7 @@ func (mc *mysqlConn) getWarnings() (err error) {
55
} else if err == io.EOF {
56
return warnings
57
} else {
58
+ rows.Close()
59
return
60
}
61
0 commit comments