diff --git a/go/vt/vtgate/executor.go b/go/vt/vtgate/executor.go index a72ce18cab6..ca3067b6882 100644 --- a/go/vt/vtgate/executor.go +++ b/go/vt/vtgate/executor.go @@ -574,7 +574,7 @@ func (e *Executor) handleShow(ctx context.Context, safeSession *SafeSession, sql s.Cell, s.Target.Keyspace, s.Target.Shard, - ts.Tablet.Type.String(), + ts.Target.TabletType.String(), state, topoproto.TabletAliasString(ts.Tablet.Alias), ts.Tablet.Hostname,