fix: query have error get time is last successful
This commit is contained in:
parent
2aa47dd191
commit
6877e33c87
|
@ -373,8 +373,6 @@ void shellRunSingleCommandWebsocketImp(char *command) {
|
|||
} else {
|
||||
printf("Query interrupted, %d row(s) in set (%.6fs)\n", numOfRows,
|
||||
(et - st)/1E6);
|
||||
printf("Execute: %.2f ms Network: %.2f ms Total: %.2f ms\n",
|
||||
execute_time, net_time, total_time);
|
||||
}
|
||||
}
|
||||
printf("\n");
|
||||
|
|
Loading…
Reference in New Issue