diff --git a/lib/go/camli/third_party/github.com/Philio/GoMySQL/statement.go b/lib/go/camli/third_party/github.com/Philio/GoMySQL/statement.go index 95a1bdc06..d155f7888 100644 --- a/lib/go/camli/third_party/github.com/Philio/GoMySQL/statement.go +++ b/lib/go/camli/third_party/github.com/Philio/GoMySQL/statement.go @@ -609,7 +609,7 @@ func (s *Statement) Close() (err os.Error) { // Reset client s.reset() // Send command - err = s.c.command(COM_STMT_RESET, s.statementId) + err = s.c.command(COM_STMT_CLOSE, s.statementId) return }