Skip to content

Commit

Permalink
for consistency, remove on rowstreamer
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed Sep 21, 2023
1 parent 38d9e88 commit a512e5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/vt/vttablet/tabletserver/vstreamer/rowstreamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ func (rs *rowStreamer) Stream() error {
}
rs.conn = conn
defer rs.conn.Close()
if _, err := rs.conn.ExecuteFetch("set names 'binary'", 1, false); err != nil {
return err
}
// if _, err := rs.conn.ExecuteFetch("set names 'binary'", 1, false); err != nil {
// return err
// }
}
return rs.streamQuery(rs.send)
}
Expand Down

0 comments on commit a512e5b

Please sign in to comment.