From d6ea843b8e2871e520232c2a27b665868604d24f Mon Sep 17 00:00:00 2001 From: OKUMURA Takahiro Date: Wed, 11 Jul 2018 23:13:26 +0900 Subject: [PATCH] Fix typo --- lib/MySQL_Thread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/MySQL_Thread.cpp b/lib/MySQL_Thread.cpp index 5e54621f7..894bc60c9 100644 --- a/lib/MySQL_Thread.cpp +++ b/lib/MySQL_Thread.cpp @@ -3814,7 +3814,7 @@ SQLite3_result * MySQL_Threads_Handler::SQL3_GlobalStatus(bool _memory) { pta[1]=buf; result->add_row(pta); } - { // Queries bytes recv + { // Queries bytes sent pta[0]=(char *)"Queries_backends_bytes_sent"; sprintf(buf,"%llu",get_queries_backends_bytes_sent()); pta[1]=buf; @@ -3826,7 +3826,7 @@ SQLite3_result * MySQL_Threads_Handler::SQL3_GlobalStatus(bool _memory) { pta[1]=buf; result->add_row(pta); } - { // Queries bytes recv + { // Queries bytes sent pta[0]=(char *)"Queries_frontends_bytes_sent"; sprintf(buf,"%llu",get_queries_frontends_bytes_sent()); pta[1]=buf;