diff --git a/lib/MySQL_Session.cpp b/lib/MySQL_Session.cpp index 66fed0ab7e..f4ef709b35 100644 --- a/lib/MySQL_Session.cpp +++ b/lib/MySQL_Session.cpp @@ -6067,8 +6067,7 @@ bool MySQL_Session::handler___status_WAITING_CLIENT_DATA___STATE_SLEEP___MYSQL_C current_hostgroup = warning_in_hg; //warning_in_hg = -1; return false; - } - else { + } else { proxy_debug(PROXY_DEBUG_MYSQL_COM, 5, "No warnings were detected in the previous query. Sending an empty response.\n"); std::unique_ptr resultset(new SQLite3_result(1)); resultset->add_column_definition(SQLITE_TEXT, "@@session.warning_count");