Skip to content

Commit

Permalink
[inner-2340] fix: explain' lost connection....
Browse files Browse the repository at this point in the history
(cherry picked from commit 2b87829)
  • Loading branch information
wenyh1 committed Feb 5, 2024
1 parent d7b0a86 commit e80d3f8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ private static List<RowDataPacket> getRows(ShardingService service, RouteResults
row.add(StringUtil.encode(result.getName(), service.getCharset().getResults()));
row.add(StringUtil.encode(result.getType(), service.getCharset().getResults()));
row.add(StringUtil.encode(result.getRefOrSQL(), service.getCharset().getResults()));
row.setPacketId(service.nextPacketId());
rows.add(row);
}
}
Expand Down

0 comments on commit e80d3f8

Please sign in to comment.