From 077971d3873f50e405f78e5ee7dc5e191d7ccca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Wed, 23 May 2018 07:29:48 +0200 Subject: [PATCH] Missing parenthesis --- lib/ProxySQL_Admin.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ProxySQL_Admin.cpp b/lib/ProxySQL_Admin.cpp index 3d38dbc3e..6f88dc1f5 100644 --- a/lib/ProxySQL_Admin.cpp +++ b/lib/ProxySQL_Admin.cpp @@ -2017,8 +2017,9 @@ void ProxySQL_Admin::GenericRefreshStatistics(const char *query_no_space, unsign stats___mysql_query_digests(true); if (stats_mysql_errors) //stats___mysql_errors(false); - if (stats_mysql_errors_reset) + if (stats_mysql_errors_reset) { //stats___mysql_errors(true); + } if (stats_mysql_connection_pool_reset) { stats___mysql_connection_pool(true); } else {