Skip to content

Commit

Permalink
smallfix
Browse files Browse the repository at this point in the history
  • Loading branch information
qinzuoyan committed Feb 21, 2019
1 parent effa441 commit 91e16a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shell/commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -3964,6 +3964,7 @@ inline bool app_stat(command_executor *e, shell_context *sc, arguments args)
row_data &sum = rows.back();
for (int i = 0; i < rows.size() - 1; ++i) {
row_data &row = rows[i];
sum.partition_count += row.partition_count;
sum.get_qps += row.get_qps;
sum.multi_get_qps += row.multi_get_qps;
sum.put_qps += row.put_qps;
Expand Down

0 comments on commit 91e16a4

Please sign in to comment.