mirror of https://github.com/perkeep/perkeep.git
GoMySQL third_party git update.
Change-Id: I49f87a1f474af835d06104fbffa759468cf1daf9
This commit is contained in:
parent
0020e785b4
commit
e55f01d3ea
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue