From d3f3dbaed80bd782cca653b902634f0ba870365f Mon Sep 17 00:00:00 2001 From: ethanblackburn Date: Wed, 24 Feb 2016 08:52:27 -0800 Subject: [PATCH] more whitespace --- include/proxysql_admin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/proxysql_admin.h b/include/proxysql_admin.h index 746a4f8a8..c9b04fa6b 100644 --- a/include/proxysql_admin.h +++ b/include/proxysql_admin.h @@ -120,7 +120,7 @@ class ProxySQL_Admin { void load_mysql_variables_to_runtime() { flush_mysql_variables___database_to_runtime(admindb, true); } void save_mysql_variables_from_runtime() { flush_mysql_variables___runtime_to_database(admindb, true, true, false); } - + void stats___mysql_query_rules(); void stats___mysql_query_digests(); void stats___mysql_query_digests_reset();