From e55f01d3ea99c3daf73107fec451d786b0cb98e8 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sat, 2 Jul 2011 09:57:11 -0700 Subject: [PATCH] GoMySQL third_party git update. Change-Id: I49f87a1f474af835d06104fbffa759468cf1daf9 --- lib/go/camli/third_party/github.com/Philio/GoMySQL/statement.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }