GoMySQL third_party git update.

Change-Id: I49f87a1f474af835d06104fbffa759468cf1daf9
This commit is contained in:
Brad Fitzpatrick 2011-07-02 09:57:11 -07:00
parent 0020e785b4
commit e55f01d3ea
1 changed files with 1 additions and 1 deletions

View File

@ -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
}