File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
go/vt/vttablet/grpctabletconn Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ import (
24
24
"github.com/spf13/pflag"
25
25
"google.golang.org/grpc"
26
26
27
- "vitess.io/vitess/go/vt/log"
28
-
29
27
"vitess.io/vitess/go/mysql"
30
28
"vitess.io/vitess/go/netutil"
31
29
"vitess.io/vitess/go/sqltypes"
@@ -141,9 +139,9 @@ func (conn *gRPCQueryClient) Execute(ctx context.Context, target *querypb.Target
141
139
return nil , tabletconn .ErrorFromGRPC (err )
142
140
}
143
141
144
- if options .RawMysqlPackets {
145
- log .Errorf ("Execute Query: %s \n Raw Packets: %+v" , query , er .RawPackets )
146
- }
142
+ // if options.RawMysqlPackets {
143
+ // log.Errorf("Execute Query: %s \n Raw Packets: %+v", query, er.RawPackets)
144
+ // }
147
145
return mysql .ParseResult (er , true )
148
146
}
149
147
You can’t perform that action at this time.
0 commit comments