Skip to content

Commit 25f3bae

Browse files
committed
fixup
1 parent d330e39 commit 25f3bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/conn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ func (c *Conn) exec(query string) (*Result, error) {
501501
if err != nil {
502502
return nil, errors.Trace(err)
503503
}
504-
return errors.Trace(c.readResult(false))
504+
return c.readResult(false)
505505
}
506506

507507
// Sends COM_QUERY

0 commit comments

Comments
 (0)