Skip to content

Commit

Permalink
starting with target-only
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 7cec873 commit 38d9e88
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 38d9e88

Please sign in to comment.