From d91ed1d46799c3f196f2af2d90ba4a8ced4fa75b Mon Sep 17 00:00:00 2001 From: ethanblackburn Date: Mon, 15 Feb 2016 20:02:18 -0800 Subject: [PATCH] add line --- lib/ProxySQL_Admin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ProxySQL_Admin.cpp b/lib/ProxySQL_Admin.cpp index f9f3778ff..9df34fb75 100644 --- a/lib/ProxySQL_Admin.cpp +++ b/lib/ProxySQL_Admin.cpp @@ -2111,6 +2111,7 @@ bool ProxySQL_Admin::is_command(std::string s) { return true; }; + void ProxySQL_Admin::dump_mysql_collations() { const CHARSET_INFO * c = compiled_charsets; char buf[1024];