Skip to content

Commit

Permalink
6
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyiZzz committed Sep 26, 2023
1 parent c00fb34 commit 4179ebb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -835,10 +835,9 @@ public List<String> toRow(int connId, long nowMs, boolean showFe) {
}
row.add("" + connectionId);
row.add(ClusterNamespace.getNameFromFullName(qualifiedUser));
row.add(getMysqlChannel().getRemoteHostPortString());
row.add(getRemoteHostPortString());
row.add(TimeUtils.longToTimeString(loginTime));
row.add(defaultCatalog);
row.add(getRemoteHostPortString());
row.add(ClusterNamespace.getNameFromFullName(currentDb));
row.add(command.toString());
row.add("" + (nowMs - startTime) / 1000);
Expand Down

0 comments on commit 4179ebb

Please sign in to comment.