Skip to content

Commit

Permalink
[inner-2361] fix: the results of show trace are incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyh1 committed Sep 19, 2023
1 parent dab9326 commit 00b911b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public void execute(byte[] originPacket) {

write(originPacket, WriteFlags.QUERY_END);
}

public void execute(BusinessService service, String sql) {
execute(service, sql, false);
}
Expand Down Expand Up @@ -419,6 +420,7 @@ protected boolean innerRelease() {
}
complexQuery = false;
attachment = null;
traceRouteKey = null;
statusSync = null;
isDDL = false;
testing = false;
Expand Down

0 comments on commit 00b911b

Please sign in to comment.